From 14263447f7f498f74eecf42f761053ecbfb7128b Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Tue, 5 Dec 2023 09:58:20 -0300 Subject: [PATCH] Release v0.20.1. --- CHANGELOG.md | 5 +++++ shard.yml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 284eba7..5ec24d9 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.20.1] 2023-12-09 +### Fixed +- Fixed a crash when trying to cast modules (#132) +- Fix setter of GObject properties when using nulable types. + ## [0.20.0] 2023-11-21 ### Fixed - Fixed a crash when using casted objects that came to Crystal first as a GObject::Object. diff --git a/shard.yml b/shard.yml index a3c0280..f226e0f 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: gi-crystal -version: 0.20.0 +version: 0.20.1 authors: - Hugo Parente Lima