Skip to content

Commit

Permalink
Prepare v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Necoro committed Jun 10, 2022
1 parent 16237b9 commit 7ac7ebc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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]
## [1.5.1] - 2022-06-11
- Upgrade dependencies
- Minor lifting to Go 1.18

## [1.5.0] - 2022-01-11
### Added
- [Issue #66](https://github.com/Necoro/feed2imap-go/issues/66): Allow specifying custom template files for HTML/Text output (configuration: `html-template`/`text-template`).
Expand Down Expand Up @@ -125,7 +129,8 @@ This resulted in duplicate entries as soon as the feed contained (possibly older

Initial release

[Unreleased]: https://github.com/Necoro/feed2imap-go/compare/v1.5.0...HEAD
[Unreleased]: https://github.com/Necoro/feed2imap-go/compare/v1.5.1...HEAD
[1.5.1]: https://github.com/Necoro/feed2imap-go/compare/v1.5.0...v1.5.1
[1.5.0]: https://github.com/Necoro/feed2imap-go/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/Necoro/feed2imap-go/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/Necoro/feed2imap-go/compare/v1.2.0...v1.3.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,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 v1.5.0
git checkout v1.5.1
````

The official way of building feed2imap-go is using [goreleaser](https://github.com/goreleaser/goreleaser):
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package version

// this is set by the linker during build
var (
version = "1.5.0-post"
version = "1.5.1-post"
commit = ""
)

Expand Down

0 comments on commit 7ac7ebc

Please sign in to comment.