Skip to content

Commit

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

## master (unreleased)
## 0.44.0

### New Features

* Fix installer to not attempt to remove old hooks directory if non-empty
* Add support for [worktrees](https://git-scm.com/docs/git-worktree)

### Bug Fixes

* Fix installer to not attempt to remove old hooks directory if non-empty
* Fix erroneous `fatal` error message from a pre-commit hook run when adding
the first submodule to a repo

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.43.0'.freeze
VERSION = '0.44.0'.freeze
end

0 comments on commit c96cf0b

Please sign in to comment.