Skip to content

Commit

Permalink
Cut version 0.30.0
Browse files Browse the repository at this point in the history
sds committed Dec 24, 2015

Verified

This commit was signed with the committer’s verified signature.
sBouzols Sylvain Bouzols
1 parent a52149d commit 933d353
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
# Overcommit Changelog

## master (unreleased)
## 0.30.0

### New Features

* Fix `--run` flag to not block reading STDIN when using existing hook scripts
* Add `Dogma` pre-commit hook to lint Elixir files with
[dogma](http://elixir-lang.org/) files
* Add `Minitest` pre-push hook to run Minitest tests
* Fix `RuboCop` pre-commit hook to fail when RuboCop version specified by
Bundler context is not available
* Add `RailsBestPractices` pre-commit hook which lints code with
[`rails_best_practices`](https://github.com/railsbp/rails_best_practices)

### Bug Fixes

* Fix `--run` flag to not block reading STDIN when using existing hook scripts
* Fix `RuboCop` pre-commit hook to fail when RuboCop version specified by
Bundler context is not available
* Fix `TextWidth` commit-msg hook to not include newline characters in
calculated width

2 changes: 1 addition & 1 deletion lib/overcommit/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Defines the gem version.
module Overcommit
VERSION = '0.29.1'
VERSION = '0.30.0'
end

0 comments on commit 933d353

Please sign in to comment.