aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--CHANGELOG.md6
-rw-r--r--pkg/version/version.go2
2 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 129423d..f700014 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,9 @@ 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.2] - 2023-01-31
+- Upgrade dependencies
+
## [1.5.1] - 2022-06-11
- Upgrade dependencies
- Minor lifting to Go 1.18
@@ -129,7 +132,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.1...HEAD
+[Unreleased]: https://github.com/Necoro/feed2imap-go/compare/v1.5.2...HEAD
+[1.5.2]: https://github.com/Necoro/feed2imap-go/compare/v1.5.1...v1.5.2
[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
diff --git a/pkg/version/version.go b/pkg/version/version.go
index 43dc3ce..8b55fa2 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 = "1.5.1-post"
+ version = "1.5.2-post"
commit = ""
)
86e664ab6d00a9304a42374e9c691b78ca6b&follow=1'>Return const char * in cgit_{httpscheme, hosturl, rooturl}()Lukas Fleischer3-9/+9 2013-04-08Update git to v1.8.2.1John Keeping4-5/+6 2013-04-07ui-blob: don't segfault when no path is givenJohn Keeping1-1/+1 2013-03-20Convert pager navigation into a unordered listLukas Fleischer3-9/+20 2013-03-20Makefile: remove CGIT-CFLAGS files in clean stageJason A. Donenfeld1-1/+1 2013-03-20ui-summary.c: Move urls variable into print_urls()Lukas Fleischer1-6/+14 2013-03-20Fix colspan valuesLukas Fleischer3-14/+28 2013-03-20html: check return value of writeJason A. Donenfeld1-2/+3 2013-03-20ui-shared: squelch compiler warning.Jason A. Donenfeld1-0/+1 2013-03-20cgit.mk: Use SHELL_PATH_SQ to run gen-version.shJohn Keeping1-1/+1 2013-03-20cgit.mk: don't rebuild everything if CGIT_VERSION changesJohn Keeping1-1/+8 2013-03-20ui-patch: use cgit_version not CGIT_VERSIONJohn Keeping1-1/+1 2013-03-20Makefile: re-use Git's Makefile where possibleJohn Keeping3-119/+80