From 867397d2db9ef1edd3f6c0ecffcf990792c0155a Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Wed, 3 Apr 2024 21:34:47 +0200 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06451ab..53e190e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2] - 2024-04-03 + +### Changed + +* Bumped dependency on `derive_builder` crate + ## [0.2.1] - 2023-03-11 ### Changed @@ -42,7 +48,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Fix some small errors in the documentation -[Unreleased]: https://git.luon.net/paul/geo-uri-rs/compare/v0.2.1...HEAD +[Unreleased]: https://git.luon.net/paul/geo-uri-rs/compare/v0.2.2...HEAD +[0.2.2]: https://git.luon.net/paul/geo-uri-rs/compare/v0.2.1..v0.2.2 [0.2.1]: https://git.luon.net/paul/geo-uri-rs/compare/v0.2.0..v0.2.1 [0.2.0]: https://git.luon.net/paul/geo-uri-rs/compare/v0.1.1..v0.2.0 [0.1.1]: https://git.luon.net/paul/geo-uri-rs/commits/tag/v0.1.1