From dfca74dd8e22943ae8872fee5d942785a85a60cb Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Mon, 25 Mar 2024 21:09:11 +0000 Subject: [PATCH] chore(main): release 0.8.0 --- CHANGELOG.md | 11 +++++++++++ pyproject.toml | 2 +- release-please/manifest.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9c3b78..db3b00f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.8.0](https://github.com/instill-ai/python-sdk/compare/v0.7.1...v0.8.0) (2024-03-25) + + +### Features + +* **deps:** upgrade ray version ([cc61b85](https://github.com/instill-ai/python-sdk/commit/cc61b8541c9545ca2b6768c519242af6f6b9df93)) +* **ray:** add accelerator and custom resource support ([#118](https://github.com/instill-ai/python-sdk/issues/118)) ([f974f98](https://github.com/instill-ai/python-sdk/commit/f974f9826d28e4a54c89aa917ec37c5b3eac3c68)) +* **ray:** add llava 13b to predeploy list ([3fd5914](https://github.com/instill-ai/python-sdk/commit/3fd591419c940f1635472b25b5bf8f6a522bfd15)) +* **ray:** generate sha256 as tag if not presented ([#120](https://github.com/instill-ai/python-sdk/issues/120)) ([6abb538](https://github.com/instill-ai/python-sdk/commit/6abb5380ace6df7e0eefff56d19b34559daf8982)) +* **ray:** support containerized model serving ([#116](https://github.com/instill-ai/python-sdk/issues/116)) ([ad0f250](https://github.com/instill-ai/python-sdk/commit/ad0f2505d49dec675558e65cc62e3901311a7673)) + ## [0.7.1](https://github.com/instill-ai/python-sdk/compare/v0.7.0...v0.7.1) (2024-02-22) diff --git a/pyproject.toml b/pyproject.toml index e9778a9..c201223 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "instill-sdk" -version = "0.7.1" +version = "0.8.0" description = "python sdk for Instill AI products" packages = [{ include = "instill" }] diff --git a/release-please/manifest.json b/release-please/manifest.json index 13708fa..64f3cdd 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.1" + ".": "0.8.0" }