From d3cc19524ba8882e7bab5c4dada2decd187548bf Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sat, 26 Aug 2023 11:48:55 +0200 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fe7e52..abac335 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.3.1] + +### Changed + +* Fix and improve Gitea Actions workflow + +### Security + +* Update dependencies ([RUSTSEC-2023-0044](https://rustsec.org/advisories/RUSTSEC-2023-0044)) + ## [0.3.0] - 2023-04-15 ### Added @@ -81,7 +91,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Rename Autarco Scraper project to Solar Grabber. -[Unreleased]: https://git.luon.net/paul/solar-grabber/compare/v0.3.0...HEAD +[Unreleased]: https://git.luon.net/paul/solar-grabber/compare/v0.3.1...HEAD +[0.3.1]: https://git.luon.net/paul/solar-grabber/compare/v0.2.2...v0.3.0 [0.3.0]: https://git.luon.net/paul/solar-grabber/compare/v0.2.2...v0.3.0 [0.2.2]: https://git.luon.net/paul/solar-grabber/compare/v0.2.1...v0.2.2 [0.2.1]: https://git.luon.net/paul/solar-grabber/compare/v0.2.0...v0.2.1