File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed
Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1- ## HEAD
2- > 2018-10-15
1+ ## 0.4.0
2+ > 2018-10-18
3+
4+ Thanks to everyone who chimed in on both reddit and on GitHub for helping!
5+ Especially [ Darren Tsung] ( https://github.com/DarrenTsung ) , whose pull request
6+ has shown me so much new stuff that I haven't learned yet. I've applied some of
7+ the suggestions from him making the code more readable and added a verbosity
8+ flag and removed some unneeded words from the word list.
39
410#### Changelog:
11+ * [[ ` fda389c4d9 ` ] ( https://github.com/sondr3/git-anger-management/commit/fda389c4d9 )] - Update version of git-anger-management
12+ * [[ ` e29428bd5a ` ] ( https://github.com/sondr3/git-anger-management/commit/e29428bd5a )] - Update changelog
13+ * [[ ` d0ccfaff2c ` ] ( https://github.com/sondr3/git-anger-management/commit/d0ccfaff2c )] - Fix failing CI due to formatting
14+ * [[ ` 19bb81d936 ` ] ( https://github.com/sondr3/git-anger-management/commit/19bb81d936 )] - Add verbosity flag
15+ * [[ ` 8be2eca194 ` ] ( https://github.com/sondr3/git-anger-management/commit/8be2eca194 )] - Match against what directory to look from, neat
16+ * [[ ` e1ab587700 ` ] ( https://github.com/sondr3/git-anger-management/commit/e1ab587700 )] - More suggestions from #1
17+ * [[ ` 8f34037514 ` ] ( https://github.com/sondr3/git-anger-management/commit/8f34037514 )] - Minor removal of extra stupid words
18+ * [[ ` 45c328ca9b ` ] ( https://github.com/sondr3/git-anger-management/commit/45c328ca9b )] - Use split\_ into\_ clean\_ words() from #1
19+ * [[ ` f255dca68c ` ] ( https://github.com/sondr3/git-anger-management/commit/f255dca68c )] - Format code
20+ * [[ ` 7d7c595c37 ` ] ( https://github.com/sondr3/git-anger-management/commit/7d7c595c37 )] - Minor cleanups and refactorings
521* [[ ` 7d63834b84 ` ] ( https://github.com/sondr3/git-anger-management/commit/7d63834b84 )] - Refactor author initialization
622* [[ ` d60bf41e32 ` ] ( https://github.com/sondr3/git-anger-management/commit/d60bf41e32 )] - Remove functions where you can directly update values
723* [[ ` 6fabb676bb ` ] ( https://github.com/sondr3/git-anger-management/commit/6fabb676bb )] - We can just derive PartialEq, no need for our own implementation
Original file line number Diff line number Diff line change 11[package ]
22name = " git-anger-management"
3- version = " 0.3 .0"
3+ version = " 0.4 .0"
44authors = [" Sondre Nilsen <nilsen.sondre@gmail.com>" ]
55homepage = " https://github.com/sondr3/git-anger-management"
66description = " Count your naughty words in git commit messages"
You can’t perform that action at this time.
0 commit comments