Skip to content

Commit

Permalink
Release v0.16.0. (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugopl authored Nov 21, 2023
1 parent bc3431d commit 86e9fa9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
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.15.0
version: 0.16.0

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

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

0 comments on commit 86e9fa9

Please sign in to comment.