Skip to content

Commit 035002b

Browse files
committed
Cut version 0.39.0
1 parent 493a9c9 commit 035002b

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,13 +1,21 @@
11
# Overcommit Changelog
22

3-
## master (unreleased)
3+
## 0.39.0
4+
5+
### New Features
6+
7+
* Add [`GitLfs`](https://git-lfs.github.com/) pre-push hook
8+
9+
### Changes
410

5-
* Fix `forwarding to private method` warning on Ruby 2.4.x
611
* Update `childprocess` dependency to 0.6.x series
712
* Auto-sign configuration file when installing hooks for the first time
13+
14+
### Bug Fixes
15+
16+
* Fix `forwarding to private method` warning on Ruby 2.4.x
817
* Fix potential hang when a hook's `parallelize` option was set to `false`
918
* Fix `empty strings as pathspecs` warning introduced in Git 2.11
10-
* Add [`GitLfs`](https://git-lfs.github.com/) pre-push hook
1119

1220
## 0.38.0
1321

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.38.0'.freeze
5+
VERSION = '0.39.0'.freeze
66
end

0 commit comments

Comments
 (0)