Skip to content

Commit

Permalink
Cut version 0.60.0 (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds authored Jan 20, 2023
1 parent 8bc2eec commit 2214dd1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Overcommit Changelog

## 0.60.0

* Allow overriding `Gemfile.lock` location for `BundleCheck` pre-commit hook
* Fix `ReplaceBranch` prepare-commit-msg hook to allow trailing spaces
* Add `MixFormat` pre-commit hook
* Add `MixTest` pre-push hook
* Allow loading custom local configuration from `.local-overcommit.yml`
* Handle `Psych::DisallowedClass` when running `YamlSyntax` pre-commit hook
* Add support for specifying custom `encoding` in `RailsSchemaUpToDate` pre-commit hook

## 0.59.1

* Remove `--disable-pending-cops` as default flag to `RuboCop` 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.59.1'
VERSION = '0.60.0'
end

0 comments on commit 2214dd1

Please sign in to comment.