Skip to content

Commit

Permalink
Release v0.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hugopl committed Jul 1, 2022
1 parent c7db68b commit 2182794
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.11.0] - 2022-07-01
### Changed
- Using GI-Crystal v0.13.x, See [GI-Crystal changelog](https://github.com/hugopl/gi-crystal/blob/master/CHANGELOG.md) for more info.

### Added
- Added `Gtk::Stack#has_child?(Gtk::Widget)`.
- Added _source_dir_ parameter to `register_resource`, thanks @GeopJr.
- Added `Pango::Layout#set_text(String)`, `Pango::Layout#set_text(Bytes)` and `Pango::Layout#set_text(Bytes, Int32)`.
- API documentation is not auto-updated, thanks @1player.

This comment has been minimized.

Copy link
@1player

1player Jul 1, 2022

Contributor

Small typo, not -> now :)

This comment has been minimized.

Copy link
@hugopl

hugopl Jul 1, 2022

Author Owner

😅


## [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.
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.10.0
version: 0.11.0

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

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

crystal: ">= 1.4.1"

Expand Down

0 comments on commit 2182794

Please sign in to comment.