Skip to content

Commit

Permalink
Release v0.17.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hugopl committed Jul 11, 2024
1 parent 6bbbd4c commit 9e288b7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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.17.0] - 2024-07-11
### Added
- Functions receiving `Gio::AsyncResultCallback` not works, unless the `_finish` functions isn't too complex, see `examples/file_dialog.cr`.

### Changed
- Using GI-Crystal v0.23.x, See [GI-Crystal changelog](https://github.com/hugopl/gi-crystal/blob/master/CHANGELOG.md) for more info.
- Minimal crystal compiler version bumper to 1.6.0.

## [0.16.1] - 2024-03-24
### Fixed
- Workaround to fix compilation with GTK 4.14. This remove Gtk::PathPoint#get_curvature
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: gtk4
version: 0.16.1
version: 0.17.0

authors:
- Hugo Parente Lima <[email protected]>
Expand Down

0 comments on commit 9e288b7

Please sign in to comment.