Skip to content

Commit eebd867

Browse files
authored
chore(main): release 0.13.0 (#216)
🤖 I have created a release *beep* *boop* --- ## [0.13.0](v0.12.1...v0.13.0) (2024-10-07) ### Features * **client:** support namespace and requester ([#217](#217)) ([f524739](f524739)) * **client:** support target namespace and extra header ([#215](#215)) ([19563ac](19563ac)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 3d604a8 commit eebd867

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.13.0](https://github.com/instill-ai/python-sdk/compare/v0.12.1...v0.13.0) (2024-10-07)
4+
5+
6+
### Features
7+
8+
* **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))
9+
* **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))
10+
311
## [0.12.1](https://github.com/instill-ai/python-sdk/compare/v0.12.0...v0.12.1) (2024-09-12)
412

513

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22

33
name = "instill-sdk"
4-
version = "0.12.1"
4+
version = "0.13.0"
55
description = "python sdk for Instill AI products"
66

77
packages = [{ include = "instill" }]

release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.12.1"
2+
".": "0.13.0"
33
}

0 commit comments

Comments
 (0)