Skip to content

Commit

Permalink
Tag v1.15.0-rc2
Browse files Browse the repository at this point in the history
RELEASE_NOTES=n/a

Signed-off-by: Dominik Schulz <[email protected]>
  • Loading branch information
dominikschulz committed Nov 25, 2022
1 parent 18ffee3 commit ee742c1
Show file tree
Hide file tree
Showing 8 changed files with 596 additions and 9 deletions.
585 changes: 585 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.14.11
1.15.0-rc2
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ require (
github.com/mattn/go-colorable v0.1.13
github.com/mattn/go-isatty v0.0.16
github.com/mattn/go-tty v0.0.4
github.com/mitchellh/go-homedir v1.1.0
github.com/mitchellh/go-ps v1.0.0
github.com/muesli/crunchy v0.4.0
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ github.com/mattn/go-isatty v0.0.16/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/
github.com/mattn/go-runewidth v0.0.7/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
github.com/mattn/go-tty v0.0.4 h1:NVikla9X8MN0SQAqCYzpGyXv0jY7MNl3HOWD2dkle7E=
github.com/mattn/go-tty v0.0.4/go.mod h1:u5GGXBtZU6RQoKV8gY5W6UhMudbR5vXnUe7j3pxse28=
github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=
github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
github.com/mitchellh/go-ps v1.0.0 h1:i6ampVEEF4wQFF+bkYfwYgY+F/uYJDktmvLPf7qIgjc=
github.com/mitchellh/go-ps v1.0.0/go.mod h1:J4lOc8z8yJs6vUwklHw2XEIiT4z4C40KtWVN3nvg8Pg=
github.com/muesli/crunchy v0.4.0 h1:qdiml8gywULHBsztiSAf6rrE6EyuNasNKZ104mAaahM=
Expand Down
7 changes: 6 additions & 1 deletion gopass.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

.TH GOPASS "1" "November 2022" "gopass (github.com/gopasspw/gopass) 1.14.11" "User Commands"
.TH GOPASS "1" "November 2022" "gopass (github.com/gopasspw/gopass) 1.15.0-rc2" "User Commands"
.SH NAME
gopass - The standard Unix password manager
.SH SYNOPSIS
Expand Down Expand Up @@ -89,6 +89,11 @@ Select storage backend [fossilfs gitfs]
Display and edit the configuration file

This command allows for easy printing and editing of the configuration. Without argument, the entire config is printed. With a single argument, a single key can be printed. With two arguments a setting specified by key can be set to value.

.B Flags
.TP
\fB\-\-store\fR,
Set options to a specific store
.SS convert
Convert a store to different backends

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.

4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ func getVersion() semver.Version {

return semver.Version{
Major: 1,
Minor: 14,
Patch: 11,
Minor: 15,
Patch: 0,
Pre: []semver.PRVersion{
{VersionStr: "git"},
},
Expand Down
2 changes: 1 addition & 1 deletion zsh.completion
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ _gopass () {

;;
config)

_arguments : "--store[Set options to a specific store]"


;;
Expand Down

0 comments on commit ee742c1

Please sign in to comment.