diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 20d7a34..e283473 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.0.9"} \ No newline at end of file +{".":"0.1.1"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..2630ca3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,13 @@ +# Changelog + +## [0.1.1](https://github.com/speculare-cloud/speculare-client/compare/v0.0.9...v0.1.1) (2024-09-24) + + +### Features + +* add correct CI, update deps ([429294f](https://github.com/speculare-cloud/speculare-client/commit/429294fecd6d5cde946969ab82898bf281d08e8c)) + + +### Miscellaneous Chores + +* release 0.1.1 ([648a508](https://github.com/speculare-cloud/speculare-client/commit/648a508b7dd914a10a6f3a08346d8eeaf87fb2d9)) diff --git a/Cargo.toml b/Cargo.toml index 4f70c82..09d4a7a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "speculare-client" -version = "0.0.9" +version = "0.1.1" authors = ["Martichou "] edition = "2018"