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 11ef06b commit 46c3033Copy full SHA for 46c3033
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Overcommit Changelog
2
3
+## 0.67.1
4
+
5
+* Fix `set` gem dependency error when running with `--diff` flag
6
7
## 0.67.0
8
9
* Fix bug introduced in 0.65.0 that prevented `gemfile: false` from working correctly
lib/overcommit/version.rb
@@ -2,5 +2,5 @@
# Defines the gem version.
module Overcommit
- VERSION = '0.67.0'
+ VERSION = '0.67.1'
end
0 commit comments