Skip to content

Commit eb25753

Browse files
committed
Cut version 0.33.0
1 parent 19dafaa commit eb25753

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

CHANGELOG.md

+16-8
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
11
# Overcommit Changelog
22

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
411

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
912
* Official support for Rubinius has been dropped. It will probably still work
1013
for most use cases, but parallelized hook runs may be problematic. If someone
1114
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
1516
* Change `overcommit` CLI to automatically run within a Bundler context if the
1617
`gemfile` option is specified. This mainly saves you from needing
1718
`bundle exec` when running `overcommit --run`
1819

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+
1927
## 0.32.0
2028

2129
### New Features

lib/overcommit/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# Defines the gem version.
44
module Overcommit
5-
VERSION = '0.32.0'.freeze
5+
VERSION = '0.33.0'.freeze
66
end

0 commit comments

Comments
 (0)