We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd1eb9 commit f190f24Copy full SHA for f190f24
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Overcommit Changelog
2
3
+## 0.62.0
4
+
5
+* Allow version 5 of `childprocess` gem dependency
6
7
## 0.61.0
8
9
* Allow `ReplaceBranch` to use `skip_if`
lib/overcommit/version.rb
@@ -2,5 +2,5 @@
# Defines the gem version.
module Overcommit
- VERSION = '0.61.0'
+ VERSION = '0.62.0'
end
0 commit comments