diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-11-23 23:10:21 +0100 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-11-23 23:10:21 +0100 |
commit | f08a7c655c8e87bcb6391cb74a74462b96ec16c7 (patch) | |
tree | 83a87a222dbccf392d9c763a419fa64bf27db217 /CHANGELOG.md | |
parent | e53b7cca333c64a01eb8a5471554f85f5c13e414 (diff) | |
download | feed2imap-go-f08a7c655c8e87bcb6391cb74a74462b96ec16c7.tar.gz feed2imap-go-f08a7c655c8e87bcb6391cb74a74462b96ec16c7.tar.bz2 feed2imap-go-f08a7c655c8e87bcb6391cb74a74462b96ec16c7.zip |
Prepare v0.5.2
Diffstat (limited to '')
-rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 75e15d0..beb13e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.2] - 2020-11-23 +- Update of libraries +- This now also includes the updated gofeed dependency, that was promised with the last version but not included... + ## [0.5.1] - 2020-09-11 - Update of gofeed dependency: Now supports json feeds - Make sure, cache locks are deleted on shutdown (looks cleaner) @@ -63,7 +67,8 @@ This resulted in duplicate entries as soon as the feed contained (possibly older Initial release -[Unreleased]: https://github.com/Necoro/feed2imap-go/compare/v0.5.1...HEAD +[Unreleased]: https://github.com/Necoro/feed2imap-go/compare/v0.5.2...HEAD +[0.5.2]: https://github.com/Necoro/feed2imap-go/compare/v0.5.1...v0.5.2 [0.5.1]: https://github.com/Necoro/feed2imap-go/compare/v0.5.0...v0.5.1 [0.5.0]: https://github.com/Necoro/feed2imap-go/compare/v0.4.1...v0.5.0 [0.4.1]: https://github.com/Necoro/feed2imap-go/compare/v0.4.0...v0.4.1 |