We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a8b38e commit 623aa3fCopy full SHA for 623aa3f
CHANGELOG.md
@@ -3,6 +3,10 @@
3
### master
4
- N/A
5
6
+### v3.0.0 (2015-09-18)
7
+- Rename SummaryPeriod validator to SubjectPeriod (can break existing config files)
8
+- Add CapitalizeSubject validator
9
+
10
### v2.2.2 (2015-09-11)
11
- Fix bug where it wasn't working on the first commit of a repo.
12
lib/fit_commit/version.rb
@@ -1,3 +1,3 @@
1
module FitCommit
2
- VERSION = "2.2.2"
+ VERSION = "3.0.0"
end
0 commit comments