From 8b0c6196e2d65f0ded7b5a5635db85faeecb58d2 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Wed, 1 Nov 2023 13:16:08 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- release-please/manifest.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 372d7a7..8f60302 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.0](https://github.com/instill-ai/python-sdk/compare/v0.2.1...v0.3.0) (2023-11-01) + + +### Features + +* **ray:** add help functions for ray model ([#40](https://github.com/instill-ai/python-sdk/issues/40)) ([2cd44bc](https://github.com/instill-ai/python-sdk/commit/2cd44bceb131c3a7b3f7aa8f5010b4a2cbaa3f61)) + ## [0.2.1](https://github.com/instill-ai/python-sdk/compare/v0.2.0...v0.2.1) (2023-10-27) diff --git a/pyproject.toml b/pyproject.toml index 58acf1c..6966301 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "instill-sdk" -version = "0.2.1" +version = "0.3.0" description = "python sdk for Instill AI products" packages = [{ include = "instill" }] diff --git a/release-please/manifest.json b/release-please/manifest.json index af55ef0..0ee8c01 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.1" + ".": "0.3.0" }