File tree 2 files changed +11
-6
lines changed
2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Overcommit Changelog
2
2
3
- ## master
3
+ ## 0.37.0
4
+
5
+ ### New Features
4
6
5
7
* 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
7
9
* Add [ ` YAMLLint ` ] ( https://github.com/adrienverge/yamllint ) pre-commit hook
8
10
* Add ` LicenseHeader ` pre-commit enforcement to ensure open source projects
9
- contain proper license comments.
11
+ contain proper license comments
10
12
* 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
13
13
* Add ` LineEndings ` pre-commit hook that allows you to enforcing UNIX- or
14
14
Windows-style line endings
15
15
16
+ ### Bug Fixes
17
+
18
+ * Fix ` CapitalizedSubject ` to not fail when commit message starts with one or
19
+ more empty lines
20
+
16
21
## 0.36.0
17
22
18
23
* Add [ ` Fasterer ` ] ( https://github.com/DamirSvrtan/fasterer ) pre-commit hook
Original file line number Diff line number Diff line change 2
2
3
3
# Defines the gem version.
4
4
module Overcommit
5
- VERSION = '0.36 .0' . freeze
5
+ VERSION = '0.37 .0' . freeze
6
6
end
You can’t perform that action at this time.
0 commit comments