Skip to content

Commit

Permalink
chore(main): release 0.5.0 (#65)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[0.5.0](v0.4.0...v0.5.0)
(2024-01-02)


### ⚠ BREAKING CHANGES

* **ray:** retire non-decorator deploy and update scaling config
([#67](#67))

### Features

* **model:** Update Text-Generation Task Schema to Align with OpenAI
Standards ([#69](#69))
([703789a](703789a))


### Bug Fixes

* **model:** fix image decoding issue
([#71](#71))
([5c571b2](5c571b2))
* **ray:** allow cwd as runtime env
([#66](#66))
([00c0497](00c0497))
* **ray:** avoid agressive downscale and non upscale
([#70](#70))
([f159314](f159314))


### Documentation

* **notebooks:** add async example
([49ca895](49ca895))


### Code Refactoring

* **ray:** retire non-decorator deploy and update scaling config
([#67](#67))
([89ef078](89ef078))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
droplet-bot authored Jan 2, 2024
1 parent 506ae17 commit ff57518
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## [0.5.0](https://github.com/instill-ai/python-sdk/compare/v0.4.0...v0.5.0) (2024-01-02)


### ⚠ BREAKING CHANGES

* **ray:** retire non-decorator deploy and update scaling config ([#67](https://github.com/instill-ai/python-sdk/issues/67))

### Features

* **model:** Update Text-Generation Task Schema to Align with OpenAI Standards ([#69](https://github.com/instill-ai/python-sdk/issues/69)) ([703789a](https://github.com/instill-ai/python-sdk/commit/703789a6d09cfa857b13f296834f87a6daffb18d))


### Bug Fixes

* **model:** fix image decoding issue ([#71](https://github.com/instill-ai/python-sdk/issues/71)) ([5c571b2](https://github.com/instill-ai/python-sdk/commit/5c571b2aec543fcf2208ad83219b1b94dfca3078))
* **ray:** allow cwd as runtime env ([#66](https://github.com/instill-ai/python-sdk/issues/66)) ([00c0497](https://github.com/instill-ai/python-sdk/commit/00c0497ac6bf7232b6ac2d0d18549a7edd3cc03e))
* **ray:** avoid agressive downscale and non upscale ([#70](https://github.com/instill-ai/python-sdk/issues/70)) ([f159314](https://github.com/instill-ai/python-sdk/commit/f1593141d2d5f60faeb51e83a091cd3755c9d9f5))


### Documentation

* **notebooks:** add async example ([49ca895](https://github.com/instill-ai/python-sdk/commit/49ca8956691810590799b494120eb5b95e8b6e5c))


### Code Refactoring

* **ray:** retire non-decorator deploy and update scaling config ([#67](https://github.com/instill-ai/python-sdk/issues/67)) ([89ef078](https://github.com/instill-ai/python-sdk/commit/89ef0787d436ba45933b92e405ce5c2e3f2a6aa9))

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


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.4.0"
version = "0.5.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.4.0"
".": "0.5.0"
}

0 comments on commit ff57518

Please sign in to comment.