File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Overcommit Changelog
2
2
3
- ## master (unreleased)
3
+ ## 0.30.0
4
+
5
+ ### New Features
4
6
5
- * Fix ` --run ` flag to not block reading STDIN when using existing hook scripts
6
7
* Add ` Dogma ` pre-commit hook to lint Elixir files with
7
8
[ dogma] ( http://elixir-lang.org/ ) files
8
9
* 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
11
10
* Add ` RailsBestPractices ` pre-commit hook which lints code with
12
11
[ ` 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
13
18
* Fix ` TextWidth ` commit-msg hook to not include newline characters in
14
19
calculated width
15
20
Original file line number Diff line number Diff line change 1
1
# Defines the gem version.
2
2
module Overcommit
3
- VERSION = '0.29.1 '
3
+ VERSION = '0.30.0 '
4
4
end
You can’t perform that action at this time.
0 commit comments