diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bc77c9..dd7bbfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Changes that change the generated API have a ⚠️. +## [0.19.0] 2023-10-08 +### Changed + - Use Crystal Char for gunichar. + - Do not block the code generation if some TypeLib wasn't found, just warn instead. + ## [0.18.0] 2023-09-19 ### Fixed - Fix compilation with glibs2 2.78 and gobj introspection 1.78 (#125). diff --git a/shard.yml b/shard.yml index 07a7242..1737fee 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: gi-crystal -version: 0.18.0 +version: 0.19.0 authors: - Hugo Parente Lima