Skip to content

Commit 074d72c

Browse files
committed
New version, update changelog
1 parent d0ccfaf commit 074d72c

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "git-anger-management"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Sondre Nilsen <nilsen.sondre@gmail.com>"]
55
homepage = "https://github.com/sondr3/git-anger-management"
66
description = "Count your naughty words in git commit messages"

0 commit comments

Comments
 (0)