Skip to content

Commit 322523c

Browse files
committed
Cut version 0.37.0
1 parent ddb4b5f commit 322523c

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

CHANGELOG.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
# Overcommit Changelog
22

3-
## master
3+
## 0.37.0
4+
5+
### New Features
46

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

16+
### Bug Fixes
17+
18+
* Fix `CapitalizedSubject` to not fail when commit message starts with one or
19+
more empty lines
20+
1621
## 0.36.0
1722

1823
* Add [`Fasterer`](https://github.com/DamirSvrtan/fasterer) pre-commit hook

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.36.0'.freeze
5+
VERSION = '0.37.0'.freeze
66
end

0 commit comments

Comments
 (0)