We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db733e commit 88bee08Copy full SHA for 88bee08
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Overcommit Changelog
2
3
+## 0.67.0
4
+
5
+* Fix bug introduced in 0.65.0 that prevented `gemfile: false` from working correctly
6
7
## 0.66.0
8
9
* Add `--diff` CLI option for running pre-commit hooks against only changed files
lib/overcommit/version.rb
@@ -2,5 +2,5 @@
# Defines the gem version.
module Overcommit
- VERSION = '0.66.0'
+ VERSION = '0.67.0'
end
0 commit comments