Skip to content

Commit

Permalink
Cut version 0.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sds committed Oct 14, 2016
1 parent ddb4b5f commit 322523c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
# Overcommit Changelog

## master
## 0.37.0

### New Features

* Add `FixMe` pre-commit hook, to ensure that no "token" words slips through.
These strings are things you should fix now, not later.
These strings are things you should fix now, not later
* Add [`YAMLLint`](https://github.com/adrienverge/yamllint) pre-commit hook
* Add `LicenseHeader` pre-commit enforcement to ensure open source projects
contain proper license comments.
contain proper license comments
* Add [`Foodcritic`](http://www.foodcritic.io/) pre-commit hook
* Fix `CapitalizedSubject` to not fail when commit message starts with one or
more empty lines
* Add `LineEndings` pre-commit hook that allows you to enforcing UNIX- or
Windows-style line endings

### Bug Fixes

* Fix `CapitalizedSubject` to not fail when commit message starts with one or
more empty lines

## 0.36.0

* Add [`Fasterer`](https://github.com/DamirSvrtan/fasterer) pre-commit hook
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.36.0'.freeze
VERSION = '0.37.0'.freeze
end

0 comments on commit 322523c

Please sign in to comment.