Skip to content

Commit

Permalink
Cut version 0.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Apr 2, 2017
1 parent 493a9c9 commit 035002b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
@@ -1,13 +1,21 @@
# Overcommit Changelog

## master (unreleased)
## 0.39.0

### New Features

* Add [`GitLfs`](https://git-lfs.github.com/) pre-push hook

### Changes

* Fix `forwarding to private method` warning on Ruby 2.4.x
* Update `childprocess` dependency to 0.6.x series
* Auto-sign configuration file when installing hooks for the first time

### Bug Fixes

* Fix `forwarding to private method` warning on Ruby 2.4.x
* Fix potential hang when a hook's `parallelize` option was set to `false`
* Fix `empty strings as pathspecs` warning introduced in Git 2.11
* Add [`GitLfs`](https://git-lfs.github.com/) pre-push hook

## 0.38.0

Expand Down
2 changes: 1 addition & 1 deletion lib/overcommit/version.rb
Expand Up @@ -2,5 +2,5 @@

# Defines the gem version.
module Overcommit
VERSION = '0.38.0'.freeze
VERSION = '0.39.0'.freeze
end

0 comments on commit 035002b

Please sign in to comment.