Skip to content

Commit

Permalink
Release v0.14.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hugopl committed Jun 16, 2023
1 parent ef0feb1 commit 00c0c10
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.14.0] - 2023-06-16
### Added
- Added simple particles engine example using GSK API (#51).
- Added `Gdk::Display.default!`, same as `Gdk::Display.default.not_nil!` (#53).

### Fixed
- Do not try to unref destroyed windows at `finalize` (#52).

### Changed
- Using GI-Crystal v0.16.x, See [GI-Crystal changelog](https://github.com/hugopl/gi-crystal/blob/master/CHANGELOG.md) for more info.

## [0.13.0] - 2023-04-16
### Added
- Add `Gtk::Widget#children` helper method, thanks @hugopl.
Expand Down
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: gtk4
version: 0.13.0
version: 0.14.0

authors:
- Hugo Parente Lima <hugo.pl@gmail.com>

dependencies:
gi-crystal:
github: hugopl/gi-crystal
version: ">= 0.15.2"
version: ">= 0.16.0"
pango:
github: hugopl/pango.cr
version: ">= 0.2.0"
Expand Down

0 comments on commit 00c0c10

Please sign in to comment.