Skip to content

Commit

Permalink
Release v0.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hugopl committed Jun 4, 2022
1 parent 587d29c commit c92bb4f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
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.10.0] - 2022-06-04
### Changed
- Using GI-Crystal v0.12.x, See [GI-Crystal changelog](https://github.com/hugopl/gi-crystal/blob/master/CHANGELOG.md) for more info.
- Call `abort` when `Gtk::Widget#template_child` can't find the widget.

### Added
- Added `Gtk::TreeSelection#select_row(Int32)` sugar, to select a row.

## [0.9.0] - 2022-05-15
### Changed
- Using GI-Crystal v0.11.x, See [GI-Crystal changelog](https://github.com/hugopl/gi-crystal/blob/master/CHANGELOG.md) for more info.
Expand Down
6 changes: 3 additions & 3 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: gtk4
version: 0.9.0
version: 0.10.0

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

dependencies:
gi-crystal:
github: hugopl/gi-crystal
branch: master
#version: "~>0.11.0"
# branch: master
version: "~>0.12.0"

crystal: ">= 1.4.1"

Expand Down

0 comments on commit c92bb4f

Please sign in to comment.