From a409887771182f9e1411d53b806fff025fe61851 Mon Sep 17 00:00:00 2001 From: Shane da Silva Date: Thu, 23 Apr 2020 22:34:57 -0700 Subject: [PATCH] Cut version 0.53.0 --- CHANGELOG.md | 8 ++++++++ lib/overcommit/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c586f60..1711cb54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/overcommit/version.rb b/lib/overcommit/version.rb index f6c31248..d4659a8b 100644 --- a/lib/overcommit/version.rb +++ b/lib/overcommit/version.rb @@ -2,5 +2,5 @@ # Defines the gem version. module Overcommit - VERSION = '0.52.1' + VERSION = '0.53.0' end