File tree 2 files changed +12
-4
lines changed
2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Overcommit Changelog
2
2
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
4
10
5
- * Fix ` forwarding to private method ` warning on Ruby 2.4.x
6
11
* Update ` childprocess ` dependency to 0.6.x series
7
12
* 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
8
17
* Fix potential hang when a hook's ` parallelize ` option was set to ` false `
9
18
* Fix ` empty strings as pathspecs ` warning introduced in Git 2.11
10
- * Add [ ` GitLfs ` ] ( https://git-lfs.github.com/ ) pre-push hook
11
19
12
20
## 0.38.0
13
21
Original file line number Diff line number Diff line change 2
2
3
3
# Defines the gem version.
4
4
module Overcommit
5
- VERSION = '0.38 .0' . freeze
5
+ VERSION = '0.39 .0' . freeze
6
6
end
You can’t perform that action at this time.
0 commit comments