From 122f98a92dc8349868a93cc7bb6ee0d2edab2672 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Fri, 24 Mar 2023 13:09:53 +0100 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7e5de2..e2bd5ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.5] + +### Added + +* Add Gitea Actions workflow for cargo + +### Changed + +* Updated dependencies on `cached`, `chrono-tz` and `geocoding` + +### Fixed + +* Fix float comparison in tests +* Fix clippy issues + +### Security + +* Update dependencies ([RUSTSEC-2023-0018](https://rustsec.org/advisories/RUSTSEC-2023-0018.html)) + ## [0.2.4] - 2022-07-05 ### Added @@ -69,7 +88,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release. -[Unreleased]: https://git.luon.net/paul/sinoptik/compare/v0.2.4...HEAD +[Unreleased]: https://git.luon.net/paul/sinoptik/compare/v0.2.5...HEAD +[0.2.5]: https://git.luon.net/paul/sinoptik/compare/v0.2.4...v0.2.5 [0.2.4]: https://git.luon.net/paul/sinoptik/compare/v0.2.3...v0.2.4 [0.2.3]: https://git.luon.net/paul/sinoptik/compare/v0.2.2...v0.2.3 [0.2.2]: https://git.luon.net/paul/sinoptik/compare/v0.2.1...v0.2.2