We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01859d1 commit e48dceaCopy full SHA for e48dcea
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Overcommit Changelog
2
3
-## master (unreleased)
+## 0.54.0
4
5
* Fix `YamlLint` pre-commit hook
6
* Relax `childprocess` gem version constraint to allow version 4.x
lib/overcommit/version.rb
@@ -2,5 +2,5 @@
# Defines the gem version.
module Overcommit
- VERSION = '0.53.0'
+ VERSION = '0.54.0'
end
0 commit comments