Skip to content

Commit

Permalink
Cut version 0.61.0 (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds authored Dec 13, 2023
1 parent 02f7b3e commit 38febfc
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.61.0

* Allow `ReplaceBranch` to use `skip_if`
* Fix local Overcommit file merges with existing `.overcommit.yml`

## 0.60.0

* Allow overriding `Gemfile.lock` location for `BundleCheck` pre-commit hook
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.60.0'
VERSION = '0.61.0'
end

0 comments on commit 38febfc

Please sign in to comment.