Skip to content

Commit 85045ef

Browse files
authored
chore(main): release 0.11.0 (#194)
🤖 I have created a release *beep* *boop* --- ## [0.11.0](v0.10.2...v0.11.0) (2024-09-04) ### Features * **artifact:** updated proto and client code ([#193](#193)) ([e6e54b1](e6e54b1)) ### Bug Fixes * **vdp:** fix trigger pipeline release input ([#198](#198)) ([db5224e](db5224e)) --- 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 3df80da commit 85045ef

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## [0.11.0](https://github.com/instill-ai/python-sdk/compare/v0.10.2...v0.11.0) (2024-09-04)
4+
5+
6+
### Features
7+
8+
* **artifact:** updated proto and client code ([#193](https://github.com/instill-ai/python-sdk/issues/193)) ([e6e54b1](https://github.com/instill-ai/python-sdk/commit/e6e54b1de71536564c729b77fdc556989756a9db))
9+
10+
11+
### Bug Fixes
12+
13+
* **vdp:** fix trigger pipeline release input ([#198](https://github.com/instill-ai/python-sdk/issues/198)) ([db5224e](https://github.com/instill-ai/python-sdk/commit/db5224e995ff95ff43bb49030de43f3c1e78295a))
14+
315
## [0.10.2](https://github.com/instill-ai/python-sdk/compare/v0.10.1...v0.10.2) (2024-07-31)
416

517

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.10.2"
4+
version = "0.11.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.10.2"
2+
".": "0.11.0"
33
}

0 commit comments

Comments
 (0)