From 4ebceb5c2a71f95df34ceac92ad545873a4a39ab Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:31:59 +0100 Subject: [PATCH] chore(main): release 0.13.0 --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- release-please/manifest.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebfbe03..dd61a87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.13.0](https://github.com/instill-ai/python-sdk/compare/v0.12.1...v0.13.0) (2024-10-04) + + +### Features + +* **client:** support namespace and requester ([#217](https://github.com/instill-ai/python-sdk/issues/217)) ([f524739](https://github.com/instill-ai/python-sdk/commit/f5247399e91b3334e92a74659874c4daa83252fe)) +* **client:** support target namespace and extra header ([#215](https://github.com/instill-ai/python-sdk/issues/215)) ([19563ac](https://github.com/instill-ai/python-sdk/commit/19563ac9496010e0de6ec488aaf48425163aab23)) + ## [0.12.1](https://github.com/instill-ai/python-sdk/compare/v0.12.0...v0.12.1) (2024-09-12) diff --git a/pyproject.toml b/pyproject.toml index 8e4affa..c51447d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "instill-sdk" -version = "0.12.1" +version = "0.13.0" description = "python sdk for Instill AI products" packages = [{ include = "instill" }] diff --git a/release-please/manifest.json b/release-please/manifest.json index 38acea6..ed21d28 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.1" + ".": "0.13.0" }