Skip to content

Commit 81e5e6a

Browse files
committed
chore: update deps and cut 0.9.1
1 parent 025239a commit 81e5e6a

File tree

3 files changed

+25
-19
lines changed

3 files changed

+25
-19
lines changed

Cargo.lock

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ readme = "README.md"
44
keywords = ["git", "log", "changelog", "parser", "parse"]
55
license = "MIT"
66
name = "clog-cli"
7-
version = "0.9.0"
7+
version = "0.9.1"
88
authors = ["Christoph Burgdorf <[email protected]>"]
99
description = "A conventional changelog for the rest of us"
1010
exclude = ["docs/*"]
@@ -16,7 +16,7 @@ name = "clog"
1616
semver = "~0.1.20"
1717
clap = "~1.3.0"
1818
time = "~0.1.32"
19-
clog = "~0.8.2"
19+
clog = "~0.9.0"
2020

2121
[dependencies.regex_macros]
2222
version = "~0.1.21"

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<a name="0.9.1"></a>
2+
## 0.9.1 (2015-10-25)
3+
4+
5+
6+
17
<a name="0.8.2"></a>
28
### 0.8.2 (2015-07-02)
39

0 commit comments

Comments
 (0)