From f08a7c655c8e87bcb6391cb74a74462b96ec16c7 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Mon, 23 Nov 2020 23:10:21 +0100 Subject: Prepare v0.5.2 --- CHANGELOG.md | 7 ++++++- README.md | 2 +- pkg/version/version.go | 2 +- 3 files changed, 8 insertions(+), 3 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 diff --git a/README.md b/README.md index baba8dd..cba4b0a 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ Please open an issue if you are missing your platform. Clone the repository and, optionally, switch to the tag you want: ````bash git clone https://github.com/Necoro/feed2imap-go -git checkout v0.5.1 +git checkout v0.5.2 ```` The official way of building feed2imap-go is using [goreleaser](https://github.com/goreleaser/goreleaser): diff --git a/pkg/version/version.go b/pkg/version/version.go index ccbac1f..5fdad9c 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -2,7 +2,7 @@ package version // this is set by the linker during build var ( - version = "0.5.1-post" + version = "0.5.2-post" commit = "" ) -- cgit v1.2.3-54-g00ecf