Skip to content

Commit

Permalink
chore(main): release 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-bot committed Jul 18, 2024
1 parent f5c0d0e commit 251a2e3
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

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


### Features

* **client:** adopt latest api spec ([#168](https://github.com/instill-ai/python-sdk/issues/168)) ([d33c050](https://github.com/instill-ai/python-sdk/commit/d33c050526e753a5e6d6d116889dff3351cc16af))
* **ray:** separate sdk installation into another layer ([#176](https://github.com/instill-ai/python-sdk/issues/176)) ([5847721](https://github.com/instill-ai/python-sdk/commit/584772132c41bfc40f281fdd57e5886fc8de970f))
* **ray:** support protobuf struct for input/output ([#174](https://github.com/instill-ai/python-sdk/issues/174)) ([bc14981](https://github.com/instill-ai/python-sdk/commit/bc1498108da44dcfb2de4dbeb8326912d7a01169))


### Bug Fixes

* **proto:** align proto package name ([f5c0d0e](https://github.com/instill-ai/python-sdk/commit/f5c0d0e3de9e7f438c65e41798220e974027544d))
* **ray:** avoid protogen module name collision with model.py ([#175](https://github.com/instill-ai/python-sdk/issues/175)) ([8345d17](https://github.com/instill-ai/python-sdk/commit/8345d176b5ec3c2afce20253c078b2af3889a06d))
* **ray:** revert path injection and rename model file instead ([#177](https://github.com/instill-ai/python-sdk/issues/177)) ([88dba63](https://github.com/instill-ai/python-sdk/commit/88dba63eb33be7909b0789dcf833cfb740935b9e))


### Miscellaneous Chores

* **release:** release v0.10.2 ([f15a1a9](https://github.com/instill-ai/python-sdk/commit/f15a1a945659b6960664ed6ac9b71637bfd6dfab))

## [0.10.1](https://github.com/instill-ai/python-sdk/compare/v0.10.0...v0.10.1) (2024-06-29)


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.1"
version = "0.10.2"
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.1"
".": "0.10.2"
}

0 comments on commit 251a2e3

Please sign in to comment.