Skip to content

Commit c96cf0b

Browse files
committedMar 11, 2018
Cut version 0.44.0
1 parent c8e95e5 commit c96cf0b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed
 

‎CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Overcommit Changelog
22

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

5-
* Fix installer to not attempt to remove old hooks directory if non-empty
67
* Add support for [worktrees](https://git-scm.com/docs/git-worktree)
8+
9+
### Bug Fixes
10+
11+
* Fix installer to not attempt to remove old hooks directory if non-empty
712
* Fix erroneous `fatal` error message from a pre-commit hook run when adding
813
the first submodule to a repo
914

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

0 commit comments

Comments
 (0)