Skip to content

Commit d022638

Browse files
committed
Cut version 0.38.0
1 parent aa599ab commit d022638

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

3-
## master
3+
## 0.38.0
44

55
### New Features
66

7+
* Add `Pytest` pre-push hook
8+
* Add `RakeTarget` pre-commit and pre-push hook
79
* Moved `CommitPlease` from `CommitMsg` to `PostCommit` hook
810
* Add `skip_file_checkout` hook setting for `PostCheckout` hooks
911

12+
### Bug Fixes
13+
14+
* Fix `install_command` for scss_lint gem
15+
1016
## 0.37.0
1117

1218
### 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.37.0'.freeze
5+
VERSION = '0.38.0'.freeze
66
end

0 commit comments

Comments
 (0)