Skip to content

Commit

Permalink
Tag v1.9.2
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 May 13, 2020
1 parent 7c149e6 commit e2d1549
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## 1.9.2 / 2020-05-13

* [BUGFIX] Bring back the custom fish completion.
* [BUGFIX] Disable AutoClip when redirecting stdout
* [ENHANCEMENT] Create new sub stores in XDG compliant locations.

## 1.9.1 / 2020-05-09

* [BUGFIX] Do not copy to clipboard with -f
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
v1.9.1
v1.9.2
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -120,7 +120,7 @@ func getVersion() semver.Version {
return semver.Version{
Major: 1,
Minor: 9,
Patch: 1,
Patch: 2,
Pre: []semver.PRVersion{
{VersionStr: "git"},
},
Expand Down

0 comments on commit e2d1549

Please sign in to comment.