Skip to content

Commit 43e17fb

Browse files
authored
Cut version 0.66.0 (#861)
1 parent b4d4ce0 commit 43e17fb

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Overcommit Changelog
22

3+
## 0.66.0
4+
5+
* Add `--diff` CLI option for running pre-commit hooks against only changed files
6+
37
## 0.65.0
48

59
* Load bundled gems on expected version

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ Command Line Flag | Description
131131
`-f`/`--force` | Don't bail on install if other hooks already exist--overwrite them
132132
`-l`/`--list-hooks` | Display all available hooks in the current repository
133133
`-r`/`--run` | Run pre-commit hook against all tracked files in repository
134+
`--diff <ref>` | Run pre-commit hook against all changed files relative to `<ref>`
134135
`-t`/`--template-dir` | Print location of template directory
135136
`-h`/`--help` | Show command-line flag documentation
136137
`-v`/`--version` | Show version

lib/overcommit/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# Defines the gem version.
44
module Overcommit
5-
VERSION = '0.65.0'
5+
VERSION = '0.66.0'
66
end

0 commit comments

Comments
 (0)