Skip to content

Commit a72324c

Browse files
committedApr 15, 2018
Cut version 0.45.0
1 parent 6194c33 commit a72324c

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed
 

‎CHANGELOG.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
# Overcommit Changelog
22

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

57
* Add `CargoTest` pre-push hook for running `cargo test`
6-
* Drop support for Ruby 2.1
7-
* Fix detection of `.git` directory location on Git < 2.5
88
* Add `min_subject_width` option to `TextWidth` `commit-msg` hook
99

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+
1018
## 0.44.0
1119

1220
### New Features

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

0 commit comments

Comments
 (0)
Please sign in to comment.