Skip to content

Commit

Permalink
Cut version 0.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Jan 30, 2025
1 parent b4d4ce0 commit 599cbdb
Show file tree
Hide file tree
Showing 3 changed files with 6 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.66.0

* Add `--diff` CLI option for running pre-commit hooks against only changed files

## 0.65.0

* Load bundled gems on expected version
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ Command Line Flag | Description
`-f`/`--force` | Don't bail on install if other hooks already exist--overwrite them
`-l`/`--list-hooks` | Display all available hooks in the current repository
`-r`/`--run` | Run pre-commit hook against all tracked files in repository
`--diff <ref>` | Run pre-commit hook against all changed files relative to `<ref>`
`-t`/`--template-dir` | Print location of template directory
`-h`/`--help` | Show command-line flag documentation
`-v`/`--version` | Show version
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.65.0'
VERSION = '0.66.0'
end

0 comments on commit 599cbdb

Please sign in to comment.