Skip to content

Commit

Permalink
Tag v1.15.14 (#2929)
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Schulz <[email protected]>
  • Loading branch information
dominikschulz authored Aug 3, 2024
1 parent 345075b commit ed642b6
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.15.14 / 2024-08-03

* [bugfix] Fix parsing of key-value pairs according to the gitconfig (#2911)
* [chore] Update dependency to github.com/cenkalti/backoff/v4 (#2864)
* [chore] Update dependency to github.com/godbus/dbus/v5 (#2860)
* [chore] Update dependency to github.com/google/go-github/v61 (#2863)
* [chore] Update dependency to github.com/xhit/go-str2duration/v2 (#2865)
* [chore] Update hashicorp/golang-lru to v2 (#2859)

## 1.15.13 / 2024-04-06

* [bugfix] Default to true for core.exportkeys even in substores (#2848)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.13
1.15.14
2 changes: 1 addition & 1 deletion gopass.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

.TH GOPASS "1" "April 2024" "gopass (github.com/gopasspw/gopass) 1.15.13" "User Commands"
.TH GOPASS "1" "August 2024" "gopass (github.com/gopasspw/gopass) 1.15.14" "User Commands"
.SH NAME
gopass - The standard Unix password manager
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion pkg/pwgen/pwrules/pwrules_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func getVersion() semver.Version {
return semver.Version{
Major: 1,
Minor: 15,
Patch: 13,
Patch: 14,
Pre: []semver.PRVersion{
{VersionStr: "git"},
},
Expand Down

0 comments on commit ed642b6

Please sign in to comment.