diff --git a/CHANGELOG.md b/CHANGELOG.md index e84c0e802..0374e5d42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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.6.0] - 2022-04-14 + - Using GI-Crystal v0.8.x, See [GI-Crystal changelog](https://github.com/hugopl/gi-crystal/blob/master/CHANGELOG.md) for more info. + ## [0.5.0] - 2022-04-03 - Using GI-Crystal v0.7.x, See [GI-Crystal changelog](https://github.com/hugopl/gi-crystal/blob/master/CHANGELOG.md) for more info. diff --git a/shard.yml b/shard.yml index e348ed703..293544ca6 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: gtk4 -version: 0.5.0 +version: 0.6.0 authors: - Hugo Parente Lima @@ -7,8 +7,8 @@ authors: dependencies: gi-crystal: github: hugopl/gi-crystal - branch: master - version: "~>0.7.0" + # branch: master + version: "~>0.8.0" crystal: ">= 1.3.2"