diff --git a/CHANGELOG.md b/CHANGELOG.md index 02e4d08fb..8ad306394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.1] - 2022-07-04 +### Fixed +- Fix compilation with HarfBuzz 4.4.1. + ## [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. diff --git a/shard.yml b/shard.yml index 71b0fbc28..2911bf582 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: gtk4 -version: 0.11.0 +version: 0.11.1 authors: - Hugo Parente Lima @@ -7,8 +7,8 @@ authors: dependencies: gi-crystal: github: hugopl/gi-crystal - branch: master - #version: "~>0.13.0" + # branch: master + version: "~>0.13.1" crystal: ">= 1.4.1"