Skip to content

Commit 5437a4b

Browse files
committed
chore: cuts the 0.7.0 release
1 parent a786037 commit 5437a4b

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ readme = "README.md"
55
keywords = ["git", "log", "changelog", "parser", "parse"]
66
license = "MIT"
77
name = "clog"
8-
version = "0.6.0"
8+
version = "0.7.0"
99
authors = ["Christoph Burgdorf <christoph.burgdorf@bvsn.org>"]
1010
description = "A conventional changelog for the rest of us"
1111

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
<a name="0.7.0"></a>
2+
## 0.7.0 (2015-05-29)
3+
4+
5+
#### Features
6+
7+
* **repoflavor** allows specifying the flavor of link to generate ([b3dd5762](https://github.com/thoughtram/clog/commit/b3dd5762544f05b7ed7da5dc67d9d17ba80332ff))
8+
* **sections** allows users to use empty components in commit subjects ([71b32ee6](https://github.com/thoughtram/clog/commit/71b32ee6776d9f05771ee884b12c25d98a7eb59f), closes [#2](https://github.com/thoughtram/clog/issues/2))
9+
* **version headers** distinguishes between minor and patch version headers ([c5c02764](https://github.com/thoughtram/clog/commit/c5c02764bc715dbf6cc758f7b628b29036ad8e80), closes [#5](https://github.com/thoughtram/clog/issues/5))
10+
11+
12+
113
<a name="v0.6.0"></a>
214
## v0.6.0 (2015-05-05)
315

0 commit comments

Comments
 (0)