diff options
author | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-09-11 22:03:04 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.eu> | 2020-09-11 22:03:04 +0200 |
commit | bbff54fa4b2ddc791bb581268abba14b157e35c0 (patch) | |
tree | 3152d6f07fafe5dd7f077b4316dd79786b5076e8 /CHANGELOG.md | |
parent | 8600879263c542fd4b18281e7d5bf8962cdfdbd6 (diff) | |
download | feed2imap-go-bbff54fa4b2ddc791bb581268abba14b157e35c0.tar.gz feed2imap-go-bbff54fa4b2ddc791bb581268abba14b157e35c0.tar.bz2 feed2imap-go-bbff54fa4b2ddc791bb581268abba14b157e35c0.zip |
Prepare v0.5.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 37c0def..cd10077 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.1] - 2020-09-11 +- Update of gofeed dependency: Now supports json feeds +- Make sure, cache locks are deleted on shutdown (looks cleaner) + ## [0.5.0] - 2020-08-22 ### Added - Cache files are now explicitly locked. This avoids two instances of feed2imap-go running at the same time. |