diff --git a/CHANGELOG.md b/CHANGELOG.md index e92f69454..ac7d7f8bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,11 @@ 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.16.0] - 2023-21-11 +## [0.16.1] - 2024-03-24 +### Fixed +- Workaround to fix compilation with GTK 4.14. This remove Gtk::PathPoint#get_curvature + +## [0.16.0] - 2023-11-21 ### Added - Add an example for `Gtk::ListView` using `Gio::ListModel`. diff --git a/shard.yml b/shard.yml index a249195ce..81141e395 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: gtk4 -version: 0.16.0 +version: 0.16.1 authors: - Hugo Parente Lima