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 23, 2024
1 parent 0c83760 commit 5b72c6a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

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


### 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 model image self-test ([#180](https://github.com/instill-ai/python-sdk/issues/180)) ([0c83760](https://github.com/instill-ai/python-sdk/commit/0c837605c4961c53edd18f527b5e225ccdd86396))
* **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))
* **proto:** parse proto message field name to lowerCamelCase ([ffba765](https://github.com/instill-ai/python-sdk/commit/ffba765e1e10928ef25b4e05594d0e93859a204b))
* **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:** fix messageToDict implicit type conversion ([33dc3e5](https://github.com/instill-ai/python-sdk/commit/33dc3e50033ffb03b4d20bc4c784f26d90e48ca9))
* **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))
* **ray:** update proto and fix wrong vision input type ([#179](https://github.com/instill-ai/python-sdk/issues/179)) ([8f88e85](https://github.com/instill-ai/python-sdk/commit/8f88e851dff8b6500ecd3deeed3869d7affb3fe3))
* **ray:** use dict instead of protobuf message ([#178](https://github.com/instill-ai/python-sdk/issues/178)) ([3277488](https://github.com/instill-ai/python-sdk/commit/3277488f93795389d2d969e689e4b17e237feca5))


### 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 5b72c6a

Please sign in to comment.