diff --git a/CHANGELOG.md b/CHANGELOG.md index b1400b6..b6e0a37 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.10.1](https://github.com/instill-ai/python-sdk/compare/v0.10.0...v0.10.1) (2024-06-29) + + +### Features + +* **ray:** unify cli commands ([#167](https://github.com/instill-ai/python-sdk/issues/167)) ([6c31a4c](https://github.com/instill-ai/python-sdk/commit/6c31a4cdf21928af1910a05afe96da496c120a4a)) + + +### Miscellaneous Chores + +* **release:** release v0.10.1 ([2a88d53](https://github.com/instill-ai/python-sdk/commit/2a88d539f4739db8c74c3468600a2d53387a4b37)) + ## [0.10.0](https://github.com/instill-ai/python-sdk/compare/v0.9.0...v0.10.0) (2024-06-05) diff --git a/pyproject.toml b/pyproject.toml index ff24483..d7c561d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "instill-sdk" -version = "0.10.0" +version = "0.10.1" description = "python sdk for Instill AI products" packages = [{ include = "instill" }] diff --git a/release-please/manifest.json b/release-please/manifest.json index 7d9b009..30b6d45 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.10.1" }