From ae26e07651cc888e1bc51050f59e6b60c17c0b1b Mon Sep 17 00:00:00 2001 From: Hugo Parente Lima Date: Sun, 24 Mar 2024 16:01:44 -0300 Subject: [PATCH] Release v0.22.2. --- CHANGELOG.md | 4 ++++ shard.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab7b887..c546b7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Changes that change the generated API have a ⚠️. +## [0.22.2] 2024-03-24 +### Fixed +- Fix compilation with GLib 2.80. + ## [0.22.1] 2024-01-15 ### Fixed - Remove more deprecation warnings from crystal 1.11 😅️. diff --git a/shard.yml b/shard.yml index e503522..da05566 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: gi-crystal -version: 0.22.1 +version: 0.22.2 authors: - Hugo Parente Lima