Skip to content

Commit

Permalink
Cut version 0.38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trotzig committed Jan 24, 2017
1 parent aa599ab commit d022638
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Overcommit Changelog

## master
## 0.38.0

### New Features

* Add `Pytest` pre-push hook
* Add `RakeTarget` pre-commit and pre-push hook
* Moved `CommitPlease` from `CommitMsg` to `PostCommit` hook
* Add `skip_file_checkout` hook setting for `PostCheckout` hooks

### Bug Fixes

* Fix `install_command` for scss_lint gem

## 0.37.0

### New Features
Expand Down
2 changes: 1 addition & 1 deletion lib/overcommit/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

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

0 comments on commit d022638

Please sign in to comment.