Skip to content

Commit a2ab659

Browse files
authored
Cut version 0.59.1 (sds#785)
1 parent f777eb3 commit a2ab659

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Overcommit Changelog
22

3+
## 0.59.1
4+
5+
* Remove `--disable-pending-cops` as default flag to `RuboCop` pre-commit hook.
6+
* Remove special handling of process output on Windows since it broke on Linux.
7+
38
## 0.59.0
49

510
* Add `--disable-pending-cops` as default flag to `RuboCop` pre-commit hook to ignore non-existent cops. Requires RuboCop `0.82.0` or newer.

lib/overcommit/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# Defines the gem version.
44
module Overcommit
5-
VERSION = '0.59.0'
5+
VERSION = '0.59.1'
66
end

0 commit comments

Comments
 (0)