We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b1b77f commit 6f7a17fCopy full SHA for 6f7a17f
CHANGELOG.md
@@ -1,9 +1,9 @@
1
# Changelog
2
3
-### master
4
-- N/A
+### v3.0.1 (2015-09-21)
+- Allow granular configuration overrides
5
6
-### v3.0.0 (2015-09-18)
+## v3.0.0 (2015-09-18)
7
- Rename SummaryPeriod validator to SubjectPeriod (can break existing config files)
8
- Add CapitalizeSubject validator
9
@@ -19,7 +19,7 @@
19
### v2.1.0 (2015-08-29)
20
- Add `fit-commit uninstall` command
21
22
-### v2.0.0 (2015-08-27)
+## v2.0.0 (2015-08-27)
23
- Breaking changes made to Git hook. If upgrading from an older version you'll need to re-run `fit-commit install` in your repos.
24
25
### v1.1.0 (2015-08-26)
lib/fit_commit/version.rb
@@ -1,3 +1,3 @@
module FitCommit
- VERSION = "3.0.0"
+ VERSION = "3.0.1"
end
0 commit comments