Skip to content

Commit

Permalink
chore(main): release 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-bot committed Sep 4, 2024
1 parent 3df80da commit 78c0bbf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.11.0](https://github.com/instill-ai/python-sdk/compare/v0.10.2...v0.11.0) (2024-09-04)


### Features

* **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))


### Bug Fixes

* **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))

## [0.10.2](https://github.com/instill-ai/python-sdk/compare/v0.10.1...v0.10.2) (2024-07-31)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]

name = "instill-sdk"
version = "0.10.2"
version = "0.11.0"
description = "python sdk for Instill AI products"

packages = [{ include = "instill" }]
Expand Down
2 changes: 1 addition & 1 deletion release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.10.2"
".": "0.11.0"
}

0 comments on commit 78c0bbf

Please sign in to comment.