Skip to content

Commit

Permalink
Cut version 0.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Oct 3, 2020
1 parent a3521a0 commit c94bd13
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Overcommit Changelog

## 0.57.0

* Fix `CommitMsg` hooks to be able to call `modified_lines_in_file`.
* Add `ErbLint` pre-commit hook to lint ERB files.

## 0.56.0

* Update `ReplaceBranch` prepare-commit-msg hook to avoid running on `--amend` by default.
Expand Down
2 changes: 1 addition & 1 deletion lib/overcommit/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Defines the gem version.
module Overcommit
VERSION = '0.56.0'
VERSION = '0.57.0'
end

0 comments on commit c94bd13

Please sign in to comment.