Skip to content

Commit

Permalink
Cut version 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Nov 18, 2015
1 parent 6271bfa commit fddb5cf
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
27 changes: 20 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,32 @@
# Overcommit Changelog

## master (unreleased)
## 0.29.0

### Important Security Fix

* Fix vulnerability where disabling signature verification would not be caught
by signature verification, allowing an attacker to bypass the check. If you
disable signature verification in your configuration, you must rename the
option to `verify_signatures` and should audit your hooks.

### New Features

* Allow nested arrays in `include` and `exclude` options so lists of file
glob patterns can be shared across hook configurations via YAML references
* Fix `Jscs` pre-commit hook to handle the new `jscs`
[exit codes](https://github.com/jscs-dev/node-jscs/wiki/Exit-codes) introduced
as of 2.2.0
* Add `NginxTest` pre-commit hook that checks nginx configuration files with
[`nginx -t`](https://www.nginx.com/resources/wiki/start/topics/tutorials/commandline/)
* Fix `Scalastyle` pre-commit hook to fail with non-zero exit statuses
* Respect `core.commentchar` configuration when reading commit messages

### Changes

* Rename `verify_plugin_signatures` to `verify_signatures`
* Fix vulnerability where disabling signature verification would not be caught
by signature verification, allowing an attacker to bypass the check

### Bug Fixes

* Fix `Jscs` pre-commit hook to handle the new `jscs`
[exit codes](https://github.com/jscs-dev/node-jscs/wiki/Exit-codes) introduced
as of 2.2.0
* Fix `Scalastyle` pre-commit hook to fail with non-zero exit statuses

## 0.28.0

Expand Down
2 changes: 1 addition & 1 deletion lib/overcommit/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Defines the gem version.
module Overcommit
VERSION = '0.28.0'
VERSION = '0.29.0'
end

0 comments on commit fddb5cf

Please sign in to comment.