From a2dc6763e09b3625a070c58cbc2c9ce909fbee39 Mon Sep 17 00:00:00 2001 From: Dominik Schulz Date: Sat, 5 Aug 2023 08:57:43 +0200 Subject: [PATCH] Tag v1.15.7 (#2637) Signed-off-by: Dominik Schulz --- .license-lint.yml | 2 ++ CHANGELOG.md | 4 ++++ VERSION | 2 +- gopass.1 | 2 +- pkg/pwgen/pwrules/pwrules_gen.go | 2 +- version.go | 2 +- 6 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.license-lint.yml b/.license-lint.yml index 3cc1d877cf..2e3c22140f 100644 --- a/.license-lint.yml +++ b/.license-lint.yml @@ -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 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index a134740037..d6b671e433 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/VERSION b/VERSION index 04cc99945d..545fd574d3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.15.6 +1.15.7 diff --git a/gopass.1 b/gopass.1 index ddee577ffd..1cd62a5d78 100644 --- a/gopass.1 +++ b/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 diff --git a/pkg/pwgen/pwrules/pwrules_gen.go b/pkg/pwgen/pwrules/pwrules_gen.go index 562b00df69..46b458bcff 100644 --- a/pkg/pwgen/pwrules/pwrules_gen.go +++ b/pkg/pwgen/pwrules/pwrules_gen.go @@ -1,6 +1,6 @@ // Code generated by go generate gen.go. DO NOT EDIT. // This package was generated by go generate gen.go at -// 2023-08-04 19:13:47.711463942 +0000 UTC +// 2023-08-04 19:34:19.212040149 +0000 UTC // using data from // // https://raw.githubusercontent.com/apple/password-manager-resources/main/quirks/websites-with-shared-credential-backends.json diff --git a/version.go b/version.go index 0424c79f9a..11e4e38225 100644 --- a/version.go +++ b/version.go @@ -15,7 +15,7 @@ func getVersion() semver.Version { return semver.Version{ Major: 1, Minor: 15, - Patch: 6, + Patch: 7, Pre: []semver.PRVersion{ {VersionStr: "git"}, },