From 532aee5faa3b075223a1bae0fa150cb1dd8bdbc6 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Sun, 10 May 2020 23:43:45 +0200 Subject: Prepare release 0.3.0 --- CHANGELOG.md | 7 +++++-- README.md | 2 -- pkg/version/version.go | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fc5c43..774726e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.3.0] - 2020-05-10 ### Added - Options are now also allowed on group-level (closes #12) +- Render text parts in mails (closes #7) ## [0.2.0] - 2020-05-10 - ### Added - New header X-Feed2Imap-Guid @@ -31,7 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release -[Unreleased]: https://github.com/Necoro/feed2imap-go/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/Necoro/feed2imap-go/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/Necoro/feed2imap-go/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/Necoro/feed2imap-go/compare/v0.1.1...v0.2.0 [0.1.1]: https://github.com/Necoro/feed2imap-go/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/Necoro/feed2imap-go/releases/tag/v0.1.0 diff --git a/README.md b/README.md index cf2d88a..47c9984 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,6 @@ warning is issued when an option should now be in another place or is no longer * IMAP-Target per Feed ([issue #6][i6]); targets only specify the folder relative to the global target * Maildir ([issue #4][i4]) * Scripts for generating/filtering feeds -* Planned for the nearer future: Text-Support ([issue #7][i7]): Currently, only HTML mails are produced. ## Installation @@ -92,7 +91,6 @@ and b) the update process is not clear, especially regarding the dependencies. [i6]: https://github.com/Necoro/feed2imap-go/issues/6 -[i7]: https://github.com/Necoro/feed2imap-go/issues/7 [i4]: https://github.com/Necoro/feed2imap-go/issues/4 [i9]: https://github.com/Necoro/feed2imap-go/issues/9 [nec]: https://github.com/Necoro/feed2imap diff --git a/pkg/version/version.go b/pkg/version/version.go index 621b99d..c7c6319 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.2.0-post" + version = "0.3.0-post" commit = "" ) -- cgit v1.2.3-54-g00ecf