Skip to content

Commit 933d353

Browse files
committed
Cut version 0.30.0
1 parent a52149d commit 933d353

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
# Overcommit Changelog
22

3-
## master (unreleased)
3+
## 0.30.0
4+
5+
### New Features
46

5-
* Fix `--run` flag to not block reading STDIN when using existing hook scripts
67
* Add `Dogma` pre-commit hook to lint Elixir files with
78
[dogma](http://elixir-lang.org/) files
89
* Add `Minitest` pre-push hook to run Minitest tests
9-
* Fix `RuboCop` pre-commit hook to fail when RuboCop version specified by
10-
Bundler context is not available
1110
* Add `RailsBestPractices` pre-commit hook which lints code with
1211
[`rails_best_practices`](https://github.com/railsbp/rails_best_practices)
12+
13+
### Bug Fixes
14+
15+
* Fix `--run` flag to not block reading STDIN when using existing hook scripts
16+
* Fix `RuboCop` pre-commit hook to fail when RuboCop version specified by
17+
Bundler context is not available
1318
* Fix `TextWidth` commit-msg hook to not include newline characters in
1419
calculated width
1520

lib/overcommit/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Defines the gem version.
22
module Overcommit
3-
VERSION = '0.29.1'
3+
VERSION = '0.30.0'
44
end

0 commit comments

Comments
 (0)