Skip to content

Commit c94bd13

Browse files
committedOct 3, 2020
Cut version 0.57.0
1 parent a3521a0 commit c94bd13

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.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+
38
## 0.56.0
49

510
* Update `ReplaceBranch` prepare-commit-msg hook to avoid running on `--amend` by default.

‎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.56.0'
5+
VERSION = '0.57.0'
66
end

0 commit comments

Comments
 (0)
Please sign in to comment.