diff --git a/.clog.toml b/.clog.toml new file mode 100644 index 00000000..041c58d2 --- /dev/null +++ b/.clog.toml @@ -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"] diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..2a747b3d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ + +## 0.1.0 (2019-10-04) + + +#### Features + +* Initial release + + +