Skip to content

Commit

Permalink
chore(main): release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-bot authored and heiruwu committed May 9, 2024
1 parent 48e919f commit ab32221
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.10.0](https://github.com/instill-ai/python-sdk/compare/v0.9.0...v0.10.0) (2024-05-09)


### Features

* **client, resources:** adopt latest api spec ([#145](https://github.com/instill-ai/python-sdk/issues/145)) ([bafa292](https://github.com/instill-ai/python-sdk/commit/bafa2922b0a0b316cd3e454cc34b522b55640b85))


### Bug Fixes

* **clients:** fix message length ([#147](https://github.com/instill-ai/python-sdk/issues/147)) ([8083761](https://github.com/instill-ai/python-sdk/commit/80837619ea9b1f8c535debd764a0a944c5dc088c))

## [0.9.0](https://github.com/instill-ai/python-sdk/compare/v0.8.1...v0.9.0) (2024-04-30)


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.9.0"
version = "0.10.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.9.0"
".": "0.10.0"
}

0 comments on commit ab32221

Please sign in to comment.