Skip to content

Commit

Permalink
Cut version 0.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Jul 10, 2019
1 parent aba1868 commit 202253d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# Overcommit Changelog

## master (unreleased)
## 0.49.0

### New Features

* Add `skipped_commit_types` option to `ReplaceBranch` prepare-commit-msg hook
* Add `RubySyntax` pre-commit hook
* Relax `childprocess` dependency to allow version 1.x
* Add `CodeSpellCheck` pre-commit hook

### Changes

* Relax `childprocess` dependency to allow version 1.x

### Bug Fixes
* Fix deadlock which was more likely to occur when setting `parallelize` on a hook to `false`
* Fix `Mdl` hook to use JSON output and not fail on unexpected output

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.48.1'
VERSION = '0.49.0'
end

0 comments on commit 202253d

Please sign in to comment.