diff --git a/CHANGELOG.md b/CHANGELOG.md index bc74b6ddc..e92f69454 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.16.0] - 2023-21-11 +### Added +- Add an example for `Gtk::ListView` using `Gio::ListModel`. + +### Changed +- Using GI-Crystal v0.20.x, See [GI-Crystal changelog](https://github.com/hugopl/gi-crystal/blob/master/CHANGELOG.md) for more info. + ## [0.15.0] - 2023-07-16 ### Added - Add an example for `Gtk::SearchBar`. diff --git a/shard.yml b/shard.yml index 6a36c3ae3..ce149f8e2 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: gtk4 -version: 0.15.0 +version: 0.16.0 authors: - Hugo Parente Lima @@ -7,7 +7,7 @@ authors: dependencies: gi-crystal: github: hugopl/gi-crystal - version: ">= 0.17.0" + version: ">= 0.20.0" pango: github: hugopl/pango.cr version: ">= 0.2.0"