diff --git a/CHANGELOG.md b/CHANGELOG.md index 89167f6..e660f2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.15.1](https://github.com/instill-ai/python-sdk/compare/v0.15.0...v0.15.1) (2024-11-05) + + +### Bug Fixes + +* **ray:** fix semantic segmentation task parser ([#237](https://github.com/instill-ai/python-sdk/issues/237)) ([652c548](https://github.com/instill-ai/python-sdk/commit/652c5480f11a852a7af23e09bbd8dfd91d9f659e)) + ## [0.15.0](https://github.com/instill-ai/python-sdk/compare/v0.14.0...v0.15.0) (2024-10-22) diff --git a/pyproject.toml b/pyproject.toml index 346a4c2..95cd41f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "instill-sdk" -version = "0.15.0" +version = "0.15.1" description = "python sdk for Instill AI products" packages = [{ include = "instill" }] diff --git a/release-please/manifest.json b/release-please/manifest.json index f87262a..047c623 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.15.0" + ".": "0.15.1" }