File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed
Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 22
33# Defines the gem version.
44module Overcommit
5- VERSION = '0.36 .0' . freeze
5+ VERSION = '0.37 .0' . freeze
66end
You can’t perform that action at this time.
0 commit comments