chore: tag 0.1.0

This commit is contained in:
Philip Jenvey 2019-10-04 16:32:16 -07:00
parent e35716a683
commit 153774fa47
No known key found for this signature in database
GPG Key ID: 5B9F83DE4F7EB7FA
2 changed files with 23 additions and 0 deletions

13
.clog.toml Normal file
View File

@ -0,0 +1,13 @@
[clog]
repository = "https://github.com/mozilla-services/syncstorage-rs"
changelog = "CHANGELOG.md"
from-latest-tag = true
link-style = "github"
[sections]
Refactor = ["refactor"]
Test = ["test"]
Doc = ["docs"]
Chore = ["chore"]
Features = ["feat", "feature"]
"Bug Fixes" = ["fix", "bug"]

10
CHANGELOG.md Normal file
View File

@ -0,0 +1,10 @@
<a name="0.1.0"></a>
## 0.1.0 (2019-10-04)
#### Features
* Initial release