From 78c0bbfe0d999729d98ebcf9fad5f60fe36f12ed Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Wed, 4 Sep 2024 09:29:13 +0530 Subject: [PATCH] chore(main): release 0.11.0 --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- release-please/manifest.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc0bbc6..ddec963 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.11.0](https://github.com/instill-ai/python-sdk/compare/v0.10.2...v0.11.0) (2024-09-04) + + +### Features + +* **artifact:** updated proto and client code ([#193](https://github.com/instill-ai/python-sdk/issues/193)) ([e6e54b1](https://github.com/instill-ai/python-sdk/commit/e6e54b1de71536564c729b77fdc556989756a9db)) + + +### Bug Fixes + +* **vdp:** fix trigger pipeline release input ([#198](https://github.com/instill-ai/python-sdk/issues/198)) ([db5224e](https://github.com/instill-ai/python-sdk/commit/db5224e995ff95ff43bb49030de43f3c1e78295a)) + ## [0.10.2](https://github.com/instill-ai/python-sdk/compare/v0.10.1...v0.10.2) (2024-07-31) diff --git a/pyproject.toml b/pyproject.toml index 942780c..bd0fc65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "instill-sdk" -version = "0.10.2" +version = "0.11.0" description = "python sdk for Instill AI products" packages = [{ include = "instill" }] diff --git a/release-please/manifest.json b/release-please/manifest.json index 582db2f..78e7f27 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.2" + ".": "0.11.0" }