Skip to content

Commit

Permalink
chore(main): release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-bot committed Dec 7, 2023
1 parent 0430977 commit 857233d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.4.0](https://github.com/instill-ai/python-sdk/compare/v0.3.2...v0.4.0) (2023-12-07)


### ⚠ BREAKING CHANGES

* **client:** support asyncio and add better client type hint ([#55](https://github.com/instill-ai/python-sdk/issues/55))

### Features

* **client:** support asyncio and add better client type hint ([#55](https://github.com/instill-ai/python-sdk/issues/55)) ([aa41246](https://github.com/instill-ai/python-sdk/commit/aa41246b6ae3c27d62438436b2023316d2e1d664))
* **ray:** add text to image io helper ([#58](https://github.com/instill-ai/python-sdk/issues/58)) ([0430977](https://github.com/instill-ai/python-sdk/commit/04309779454ef6a0078efc6636735f4e4e2d7af5))


### Bug Fixes

* **clients,resources:** fix resource creating will get None type ([#57](https://github.com/instill-ai/python-sdk/issues/57)) ([4516d46](https://github.com/instill-ai/python-sdk/commit/4516d466b6e7ce0891f06d6616123e35e3b2291e))

## [0.3.2](https://github.com/instill-ai/python-sdk/compare/v0.3.1...v0.3.2) (2023-11-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.3.2"
version = "0.4.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.3.2"
".": "0.4.0"
}

0 comments on commit 857233d

Please sign in to comment.