File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Overcommit Changelog
2
2
3
- ## master (unreleased)
3
+ ## 0.26.0
4
+
5
+ ### New Features
4
6
5
7
* Add ` EmptyMessage ` commit-msg hook that reports commits messages that are
6
8
empty or contain only whitespace
9
+ * Add ` env ` hook configuration option that allows you to set values for
10
+ environment variables during the course of a particular hook's run
11
+
12
+ ### Bug Fixes
13
+
7
14
* Fix handling of paths with spaces in the name
8
15
* Fix ` CaseConflicts ` pre-commit hook to not fail on initial commit
9
16
* Fix handling of files removed or renamed in a commit amendment
10
- * Add ` env ` hook configuration option that allows you to set values for
11
- environment variables during the course of a particular hook's run
12
17
13
18
## 0.25.0
14
19
Original file line number Diff line number Diff line change 1
1
# Defines the gem version.
2
2
module Overcommit
3
- VERSION = '0.25 .0'
3
+ VERSION = '0.26 .0'
4
4
end
You can’t perform that action at this time.
0 commit comments