Skip to content

Commit 153774f

Browse files
committed
chore: tag 0.1.0
1 parent e35716a commit 153774f

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.clog.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[clog]
2+
repository = "https://github.com/mozilla-services/syncstorage-rs"
3+
changelog = "CHANGELOG.md"
4+
from-latest-tag = true
5+
link-style = "github"
6+
7+
[sections]
8+
Refactor = ["refactor"]
9+
Test = ["test"]
10+
Doc = ["docs"]
11+
Chore = ["chore"]
12+
Features = ["feat", "feature"]
13+
"Bug Fixes" = ["fix", "bug"]

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<a name="0.1.0"></a>
2+
## 0.1.0 (2019-10-04)
3+
4+
5+
#### Features
6+
7+
* Initial release
8+
9+
10+

0 commit comments

Comments
 (0)