Skip to content

Commit

Permalink
Cut version 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Jun 11, 2015
1 parent 7d5d586 commit c60303f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
# Overcommit Changelog

## master (unreleased)
## 0.26.0

### New Features

* Add `EmptyMessage` commit-msg hook that reports commits messages that are
empty or contain only whitespace
* Add `env` hook configuration option that allows you to set values for
environment variables during the course of a particular hook's run

### Bug Fixes

* Fix handling of paths with spaces in the name
* Fix `CaseConflicts` pre-commit hook to not fail on initial commit
* Fix handling of files removed or renamed in a commit amendment
* Add `env` hook configuration option that allows you to set values for
environment variables during the course of a particular hook's run

## 0.25.0

Expand Down
2 changes: 1 addition & 1 deletion lib/overcommit/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Defines the gem version.
module Overcommit
VERSION = '0.25.0'
VERSION = '0.26.0'
end

0 comments on commit c60303f

Please sign in to comment.