From 79a6f7c25f977759623371e2a89cef0f9cbd20f6 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sat, 1 Oct 2022 15:45:11 +0200 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c07a001..09e036e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2022-10-01 + +### Added + +* Add support for converting from/to `Url` structs (#1) +* Add support for (de)serializing via serde (#2) + +### Fixed + +* Fix documentation and comment types and improve examples +* Make the crate adhere to the [Rust API guidelines](https://rust-lang.github.io/api-guidelines/) + ## [0.1.1] - 2022-09-30 ### Added @@ -18,5 +30,6 @@ 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.1.1...HEAD +[Unreleased]: https://git.luon.net/paul/geo-uri-rs/compare/v0.2.0...HEAD +[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