Skip to content

Commit a2dc676

Browse files
Tag v1.15.7 (#2637)
Signed-off-by: Dominik Schulz <[email protected]>
1 parent 2b0eaf9 commit a2dc676

File tree

6 files changed

+10
-4
lines changed

6 files changed

+10
-4
lines changed

.license-lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ allowlisted_modules:
1616
- github.com/dgraph-io/ristretto
1717
# Modified BSD-2-Clause with extra no-Google clause: https://github.com/jezek/xgb/blob/master/LICENSE
1818
- github.com/jezek/xgb
19+
# MIT
20+
- github.com/jwalton/go-supportscolor

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.15.7 / 2023-08-04
4+
5+
* [BUGFIX] Fix build issues on various non-Linux platforms (#2630, #2633)
6+
37
## 1.15.6 / 2023-07-30
48

59
* [DOCUMENTATION] fix Arch Linux package url (#2598)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.15.6
1+
1.15.7

gopass.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
.TH GOPASS "1" "July 2023" "gopass (github.com/gopasspw/gopass) 1.15.6" "User Commands"
2+
.TH GOPASS "1" "August 2023" "gopass (github.com/gopasspw/gopass) 1.15.7" "User Commands"
33
.SH NAME
44
gopass - The standard Unix password manager
55
.SH SYNOPSIS

pkg/pwgen/pwrules/pwrules_gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ func getVersion() semver.Version {
1515
return semver.Version{
1616
Major: 1,
1717
Minor: 15,
18-
Patch: 6,
18+
Patch: 7,
1919
Pre: []semver.PRVersion{
2020
{VersionStr: "git"},
2121
},

0 commit comments

Comments
 (0)