File tree 2 files changed +17
-9
lines changed
2 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Overcommit Changelog
2
2
3
- ## master (unreleased)
3
+ ## 0.33.0
4
+
5
+ ### New Features
6
+
7
+ * Add global ` quiet ` option which silences all hook output except in the case
8
+ of warning or error
9
+
10
+ ### Changes
4
11
5
- * Fix ` AuthorName ` /` AuthorEmail ` pre-commit hooks to respect
6
- ` GIT_AUTHOR_NAME ` /` GIT_AUTHOR_EMAIL ` environment variables, respectively
7
- * Fix ` JavaCheckstyle ` pre-commit hook to ignore ` [ERROR] ` prefix when parsing
8
- output messages
9
12
* Official support for Rubinius has been dropped. It will probably still work
10
13
for most use cases, but parallelized hook runs may be problematic. If someone
11
14
from the community is willing to step up to support it, we'll gladly add it
12
- back.
13
- * Add global ` quiet ` option which silences all hook output except in the case
14
- of warning or error
15
+ back
15
16
* Change ` overcommit ` CLI to automatically run within a Bundler context if the
16
17
` gemfile ` option is specified. This mainly saves you from needing
17
18
` bundle exec ` when running ` overcommit --run `
18
19
20
+ ### Bug Fixes
21
+
22
+ * Fix ` AuthorName ` /` AuthorEmail ` pre-commit hooks to respect
23
+ ` GIT_AUTHOR_NAME ` /` GIT_AUTHOR_EMAIL ` environment variables, respectively
24
+ * Fix ` JavaCheckstyle ` pre-commit hook to ignore ` [ERROR] ` prefix when parsing
25
+ output messages
26
+
19
27
## 0.32.0
20
28
21
29
### New Features
Original file line number Diff line number Diff line change 2
2
3
3
# Defines the gem version.
4
4
module Overcommit
5
- VERSION = '0.32 .0' . freeze
5
+ VERSION = '0.33 .0' . freeze
6
6
end
You can’t perform that action at this time.
0 commit comments