We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6194c33 commit a72324cCopy full SHA for a72324c
CHANGELOG.md
@@ -1,12 +1,20 @@
1
# Overcommit Changelog
2
3
-## master (unreleased)
+## 0.45.0
4
+
5
+### New Features
6
7
* Add `CargoTest` pre-push hook for running `cargo test`
-* Drop support for Ruby 2.1
-* Fix detection of `.git` directory location on Git < 2.5
8
* Add `min_subject_width` option to `TextWidth` `commit-msg` hook
9
10
+### Changes
11
12
+* Drop support for Ruby versions 2.1 and older
13
14
+### Bug Fixes
15
16
+* Fix detection of `.git` directory location on Git versions before 2.5
17
18
## 0.44.0
19
20
### New Features
lib/overcommit/version.rb
@@ -2,5 +2,5 @@
# Defines the gem version.
module Overcommit
- VERSION = '0.44.0'.freeze
+ VERSION = '0.45.0'.freeze
end
0 commit comments