Skip to content

Commit a91cceb

Browse files
authored
chore(main): release 0.14.0 (#220)
🤖 I have created a release *beep* *boop* --- ## [0.14.0](v0.13.0...v0.14.0) (2024-10-12) ### Features * **app:** update AppClient ([#221](#221)) ([ccfc9fe](ccfc9fe)) * **client:** update proto and add AppClient ([#213](#213)) ([6a73033](6a73033)) ### Bug Fixes * **app:** rename app_service to app ([#224](#224)) ([f33aff3](f33aff3)) --- 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 f33aff3 commit a91cceb

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

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

3+
## [0.14.0](https://github.com/instill-ai/python-sdk/compare/v0.13.0...v0.14.0) (2024-10-12)
4+
5+
6+
### Features
7+
8+
* **app:** update AppClient ([#221](https://github.com/instill-ai/python-sdk/issues/221)) ([ccfc9fe](https://github.com/instill-ai/python-sdk/commit/ccfc9fe283d9e63a6da8b0fb6f0eef03d32b5bad))
9+
* **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))
10+
11+
12+
### Bug Fixes
13+
14+
* **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))
15+
316
## [0.13.0](https://github.com/instill-ai/python-sdk/compare/v0.12.1...v0.13.0) (2024-10-07)
417

518

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.13.0"
4+
version = "0.14.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.13.0"
2+
".": "0.14.0"
33
}

0 commit comments

Comments
 (0)