Skip to content

Commit

Permalink
Cut version 0.67.0 (#864)
Browse files Browse the repository at this point in the history
  • Loading branch information
sds authored Feb 16, 2025
1 parent 3db733e commit 88bee08
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Overcommit Changelog

## 0.67.0

* Fix bug introduced in 0.65.0 that prevented `gemfile: false` from working correctly

## 0.66.0

* Add `--diff` CLI option for running pre-commit hooks against only changed files
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.66.0'
VERSION = '0.67.0'
end

0 comments on commit 88bee08

Please sign in to comment.