Skip to content

Commit

Permalink
Cut version 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Apr 6, 2016
1 parent 19dafaa commit eb25753
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
24 changes: 16 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,29 @@
# Overcommit Changelog

## master (unreleased)
## 0.33.0

### New Features

* Add global `quiet` option which silences all hook output except in the case
of warning or error

### Changes

* Fix `AuthorName`/`AuthorEmail` pre-commit hooks to respect
`GIT_AUTHOR_NAME`/`GIT_AUTHOR_EMAIL` environment variables, respectively
* Fix `JavaCheckstyle` pre-commit hook to ignore `[ERROR]` prefix when parsing
output messages
* Official support for Rubinius has been dropped. It will probably still work
for most use cases, but parallelized hook runs may be problematic. If someone
from the community is willing to step up to support it, we'll gladly add it
back.
* Add global `quiet` option which silences all hook output except in the case
of warning or error
back
* Change `overcommit` CLI to automatically run within a Bundler context if the
`gemfile` option is specified. This mainly saves you from needing
`bundle exec` when running `overcommit --run`

### Bug Fixes

* Fix `AuthorName`/`AuthorEmail` pre-commit hooks to respect
`GIT_AUTHOR_NAME`/`GIT_AUTHOR_EMAIL` environment variables, respectively
* Fix `JavaCheckstyle` pre-commit hook to ignore `[ERROR]` prefix when parsing
output messages

## 0.32.0

### New Features
Expand Down
2 changes: 1 addition & 1 deletion lib/overcommit/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Defines the gem version.
module Overcommit
VERSION = '0.32.0'.freeze
VERSION = '0.33.0'.freeze
end

0 comments on commit eb25753

Please sign in to comment.