Skip to content

Commit

Permalink
Tag v1.15.7 (#2637)
Browse files Browse the repository at this point in the history
Signed-off-by: Dominik Schulz <dominik.schulz@gauner.org>
  • Loading branch information
dominikschulz committed Aug 5, 2023
1 parent 2b0eaf9 commit a2dc676
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .license-lint.yml
Expand Up @@ -16,3 +16,5 @@ allowlisted_modules:
- github.com/dgraph-io/ristretto
# Modified BSD-2-Clause with extra no-Google clause: https://github.com/jezek/xgb/blob/master/LICENSE
- github.com/jezek/xgb
# MIT
- github.com/jwalton/go-supportscolor
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

## 1.15.7 / 2023-08-04

* [BUGFIX] Fix build issues on various non-Linux platforms (#2630, #2633)

## 1.15.6 / 2023-07-30

* [DOCUMENTATION] fix Arch Linux package url (#2598)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.15.6
1.15.7
2 changes: 1 addition & 1 deletion gopass.1
@@ -1,5 +1,5 @@

.TH GOPASS "1" "July 2023" "gopass (github.com/gopasspw/gopass) 1.15.6" "User Commands"
.TH GOPASS "1" "August 2023" "gopass (github.com/gopasspw/gopass) 1.15.7" "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
Expand Up @@ -15,7 +15,7 @@ func getVersion() semver.Version {
return semver.Version{
Major: 1,
Minor: 15,
Patch: 6,
Patch: 7,
Pre: []semver.PRVersion{
{VersionStr: "git"},
},
Expand Down

0 comments on commit a2dc676

Please sign in to comment.