We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3521a0 commit c94bd13Copy full SHA for c94bd13
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Overcommit Changelog
2
3
+## 0.57.0
4
+
5
+* Fix `CommitMsg` hooks to be able to call `modified_lines_in_file`.
6
+* Add `ErbLint` pre-commit hook to lint ERB files.
7
8
## 0.56.0
9
10
* Update `ReplaceBranch` prepare-commit-msg hook to avoid running on `--amend` by default.
lib/overcommit/version.rb
@@ -2,5 +2,5 @@
# Defines the gem version.
module Overcommit
- VERSION = '0.56.0'
+ VERSION = '0.57.0'
end
0 commit comments