Skip to content

Commit

Permalink
Tag 1.8.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 Jun 28, 2018
1 parent 909c8ac commit 10b7d6f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 1.8.2 / 2018-06-28

* [ENHANCEMENT] Improve fsck output [#859]
* [ENHANCEMENT] Enable notifications on FreeBSD [#863]
* [ENHANCEMENT] Redirect errors to stderr [#880]
* [ENHANCEMENT] Do not writer version to config [#883]
* [BUGFIX] Fix commit on move [#860]
* [BUGFIX] Propery check store initialization [#865]

## 1.8.1 / 2018-06-08

* [BUGFIX] Trim fsck path [#856]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8.1
1.8.2
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func getVersion() semver.Version {
return semver.Version{
Major: 1,
Minor: 8,
Patch: 1,
Patch: 2,
Pre: []semver.PRVersion{
{VersionStr: "git"},
},
Expand Down
2 changes: 1 addition & 1 deletion pkg/notify/notify_dbus.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build linux freebsd
// +build linux

package notify

Expand Down
2 changes: 1 addition & 1 deletion pkg/notify/notify_others.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// +build !linux,!freebsd,!windows,!darwin
// +build !linux,!windows,!darwin

package notify

Expand Down

0 comments on commit 10b7d6f

Please sign in to comment.