File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff line change 22
33# Defines the gem version.
44module Overcommit
5- VERSION = '0.59.1 '
5+ VERSION = '0.60.0 '
66end
You can’t perform that action at this time.
0 commit comments