Skip to content

Commit c60303f

Browse files
committed
Cut version 0.26.0
1 parent 7d5d586 commit c60303f

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
# Overcommit Changelog
22

3-
## master (unreleased)
3+
## 0.26.0
4+
5+
### New Features
46

57
* Add `EmptyMessage` commit-msg hook that reports commits messages that are
68
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+
714
* Fix handling of paths with spaces in the name
815
* Fix `CaseConflicts` pre-commit hook to not fail on initial commit
916
* 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
1217

1318
## 0.25.0
1419

lib/overcommit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Defines the gem version.
22
module Overcommit
3-
VERSION = '0.25.0'
3+
VERSION = '0.26.0'
44
end

0 commit comments

Comments
 (0)