Skip to content

Commit

Permalink
Cut version 0.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Apr 24, 2020
1 parent 9a4028e commit a409887
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Overcommit Changelog

## 0.53.0

* Improve performance in `PhpCs` pre-commit hook
* Add `Pronto` pre-push hook
* Remove erroneous extra newline in replacement string for `ReplaceBranch` prepare-commit-msg hook
* Add note about potentially checking your stash when hook is interrupted
* Add support for skipping hooks based on command result using the `skip_if` option

## 0.52.1

* Fix case where no standard input is provided to `pre-push` hooks
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.52.1'
VERSION = '0.53.0'
end

0 comments on commit a409887

Please sign in to comment.