Skip to content

Commit

Permalink
Prepare v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Necoro committed Jul 10, 2024
1 parent 723013f commit ad168c6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.7.1] - 2024-07-10
- Upgraded dependencies

## [1.7.0] - 2023-06-13
### Fixed
- [Issue #97](https://github.com/Necoro/feed2imap-go/issues/97): Fix panic when an IMAP connection is tried to established when the program has already entered the `Disconnect` state.
Expand Down Expand Up @@ -148,7 +151,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.7.0...HEAD
[Unreleased]: https://github.com/Necoro/feed2imap-go/compare/v1.7.1...HEAD
[1.7.1]: https://github.com/Necoro/feed2imap-go/compare/v1.7.0...v1.7.1
[1.7.0]: https://github.com/Necoro/feed2imap-go/compare/v1.6.0...v1.7.0
[1.6.0]: https://github.com/Necoro/feed2imap-go/compare/v1.5.2...v1.6.0
[1.5.2]: https://github.com/Necoro/feed2imap-go/compare/v1.5.1...v1.5.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ feed2imap-go is present in [nixpkgs](https://github.com/NixOS/nixpkgs/tree/maste
Clone the repository and, optionally, switch to the tag you want:
````bash
git clone https://github.com/Necoro/feed2imap-go
git checkout v1.7.0
git checkout v1.7.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.7.0-post"
version = "1.7.1-post"
commit = ""
)

Expand Down

0 comments on commit ad168c6

Please sign in to comment.