Skip to content

Commit 38febfc

Browse files
authored
Cut version 0.61.0 (#817)
1 parent 02f7b3e commit 38febfc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Overcommit Changelog
22

3+
## 0.61.0
4+
5+
* Allow `ReplaceBranch` to use `skip_if`
6+
* Fix local Overcommit file merges with existing `.overcommit.yml`
7+
38
## 0.60.0
49

510
* Allow overriding `Gemfile.lock` location for `BundleCheck` pre-commit hook

lib/overcommit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

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

0 commit comments

Comments
 (0)