We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8e95e5 commit c96cf0bCopy full SHA for c96cf0b
CHANGELOG.md
@@ -1,9 +1,14 @@
1
# Overcommit Changelog
2
3
-## master (unreleased)
+## 0.44.0
4
+
5
+### New Features
6
-* Fix installer to not attempt to remove old hooks directory if non-empty
7
* 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
12
* Fix erroneous `fatal` error message from a pre-commit hook run when adding
13
the first submodule to a repo
14
lib/overcommit/version.rb
@@ -2,5 +2,5 @@
# Defines the gem version.
module Overcommit
- VERSION = '0.43.0'.freeze
+ VERSION = '0.44.0'.freeze
end
0 commit comments