From ba471cc348a451d3a5465b1b358fedd919dc8109 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Wed, 31 Jul 2024 12:58:20 +0530 Subject: [PATCH] chore(main): release 0.10.2 --- CHANGELOG.md | 18 ++++++++++++++++++ pyproject.toml | 2 +- release-please/manifest.json | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6e0a37..7f0bd23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.10.2](https://github.com/instill-ai/python-sdk/compare/v0.10.1...v0.10.2) (2024-07-31) + + +### Features + +* **artifact:** updated proto and added client code ([#185](https://github.com/instill-ai/python-sdk/issues/185)) ([51942bd](https://github.com/instill-ai/python-sdk/commit/51942bdbd9690c3190f444170bbf820a1f825a86)) +* **client:** adopt latest api spec ([#168](https://github.com/instill-ai/python-sdk/issues/168)) ([d33c050](https://github.com/instill-ai/python-sdk/commit/d33c050526e753a5e6d6d116889dff3351cc16af)) + + +### Bug Fixes + +* **specs:** deleted out-dated resources ([#183](https://github.com/instill-ai/python-sdk/issues/183)) ([be86e69](https://github.com/instill-ai/python-sdk/commit/be86e69c1301091db6beda202dc49db6c7658db7)) + + +### Miscellaneous Chores + +* **release:** release v0.10.2 ([f15a1a9](https://github.com/instill-ai/python-sdk/commit/f15a1a945659b6960664ed6ac9b71637bfd6dfab)) + ## [0.10.1](https://github.com/instill-ai/python-sdk/compare/v0.10.0...v0.10.1) (2024-06-29) diff --git a/pyproject.toml b/pyproject.toml index c03a90b..942780c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "instill-sdk" -version = "0.10.1" +version = "0.10.2" description = "python sdk for Instill AI products" packages = [{ include = "instill" }] diff --git a/release-please/manifest.json b/release-please/manifest.json index 30b6d45..582db2f 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.1" + ".": "0.10.2" }