Skip to content

Commit 17cd9a1

Browse files
Tag v1.14.9 (#2366)
RELEASE_NOTES=n/a Signed-off-by: Dominik Schulz <[email protected]> Signed-off-by: Dominik Schulz <[email protected]>
1 parent e9b365a commit 17cd9a1

File tree

7 files changed

+11
-7
lines changed

7 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.14.9 / 2022-09-28
2+
3+
* [ENHANCEMENT] Make DBus notifications transient (#2364, #2358)
4+
15
## 1.14.8 / 2022-09-27
26

37
* [BUGFIX] Ignore not-existing .ssh dir (#2347, #2333)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.14.8
1+
1.14.9

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ require (
4141
golang.org/x/exp v0.0.0-20220927162542-c76eaa363f9d
4242
golang.org/x/net v0.0.0-20220927171203-f486391704dc
4343
golang.org/x/oauth2 v0.0.0-20220909003341-f21342109be1
44-
golang.org/x/sys v0.0.0-20220927170352-d9d178bc13c6
44+
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec
4545
golang.org/x/term v0.0.0-20220919170432-7a66f970e087
4646
gopkg.in/yaml.v3 v3.0.1
4747
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ golang.org/x/sys v0.0.0-20220315194320-039c03cc5b86/go.mod h1:oPkhp1MJrh7nUepCBc
196196
golang.org/x/sys v0.0.0-20220728004956-3c1f35247d10/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
197197
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
198198
golang.org/x/sys v0.0.0-20220919091848-fb04ddd9f9c8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
199-
golang.org/x/sys v0.0.0-20220927170352-d9d178bc13c6 h1:cy1ko5847T/lJ45eyg/7uLprIE/amW5IXxGtEnQdYMI=
200-
golang.org/x/sys v0.0.0-20220927170352-d9d178bc13c6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
199+
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec h1:BkDtF2Ih9xZ7le9ndzTA7KJow28VbQW3odyk/8drmuI=
200+
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
201201
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
202202
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
203203
golang.org/x/term v0.0.0-20220919170432-7a66f970e087 h1:tPwmk4vmvVCMdr98VgL4JH+qZxPL8fqlUOHnyOM8N3w=

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" "September 2022" "gopass (github.com/gopasspw/gopass) 1.14.8" "User Commands"
2+
.TH GOPASS "1" "September 2022" "gopass (github.com/gopasspw/gopass) 1.14.9" "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: 14,
18-
Patch: 8,
18+
Patch: 9,
1919
Pre: []semver.PRVersion{
2020
{VersionStr: "git"},
2121
},

0 commit comments

Comments
 (0)