From e2e4da228d7dd4fb9cd0cb3d6e2b00fa8cb2c878 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Sat, 12 Oct 2024 10:55:24 +0900 Subject: [PATCH] chore(main): release 0.14.0 --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- release-please/manifest.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53825ed..47c4e8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.14.0](https://github.com/instill-ai/python-sdk/compare/v0.13.0...v0.14.0) (2024-10-12) + + +### Features + +* **app:** update AppClient ([#221](https://github.com/instill-ai/python-sdk/issues/221)) ([ccfc9fe](https://github.com/instill-ai/python-sdk/commit/ccfc9fe283d9e63a6da8b0fb6f0eef03d32b5bad)) +* **client:** update proto and add AppClient ([#213](https://github.com/instill-ai/python-sdk/issues/213)) ([6a73033](https://github.com/instill-ai/python-sdk/commit/6a73033063d5c7f6320fcc5db4c2f49365c7833b)) + + +### Bug Fixes + +* **app:** rename app_service to app ([#224](https://github.com/instill-ai/python-sdk/issues/224)) ([f33aff3](https://github.com/instill-ai/python-sdk/commit/f33aff3be1f82e1cd4e7426295c17d21af7e0cde)) + ## [0.13.0](https://github.com/instill-ai/python-sdk/compare/v0.12.1...v0.13.0) (2024-10-07) diff --git a/pyproject.toml b/pyproject.toml index c51447d..918ac44 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "instill-sdk" -version = "0.13.0" +version = "0.14.0" description = "python sdk for Instill AI products" packages = [{ include = "instill" }] diff --git a/release-please/manifest.json b/release-please/manifest.json index ed21d28..727e2be 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.13.0" + ".": "0.14.0" }