Skip to content

Commit 2214dd1

Browse files
authored
Cut version 0.60.0 (#807)
1 parent 8bc2eec commit 2214dd1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Overcommit Changelog
22

3+
## 0.60.0
4+
5+
* Allow overriding `Gemfile.lock` location for `BundleCheck` pre-commit hook
6+
* Fix `ReplaceBranch` prepare-commit-msg hook to allow trailing spaces
7+
* Add `MixFormat` pre-commit hook
8+
* Add `MixTest` pre-push hook
9+
* Allow loading custom local configuration from `.local-overcommit.yml`
10+
* Handle `Psych::DisallowedClass` when running `YamlSyntax` pre-commit hook
11+
* Add support for specifying custom `encoding` in `RailsSchemaUpToDate` pre-commit hook
12+
313
## 0.59.1
414

515
* Remove `--disable-pending-cops` as default flag to `RuboCop` pre-commit hook.

lib/overcommit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# Defines the gem version.
44
module Overcommit
5-
VERSION = '0.59.1'
5+
VERSION = '0.60.0'
66
end

0 commit comments

Comments
 (0)