From 62be5e6dd837d046369d2f88c13c8848e84bbc35 Mon Sep 17 00:00:00 2001 From: Instill AI Bot <70758845+droplet-bot@users.noreply.github.com> Date: Sat, 27 Jan 2024 07:35:04 +0800 Subject: [PATCH] chore(main): release 0.7.0 --- CHANGELOG.md | 13 +++++++++++++ pyproject.toml | 2 +- release-please/manifest.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b729fe..00aaa4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.7.0](https://github.com/instill-ai/python-sdk/compare/v0.6.0...v0.7.0) (2024-01-26) + + +### Features + +* **ray:** determine ram usage by file size ([#89](https://github.com/instill-ai/python-sdk/issues/89)) ([7a0023d](https://github.com/instill-ai/python-sdk/commit/7a0023d1e2dd6600f69dd2ab08a8e9431a36da2b)) +* **ray:** determine vram usage by file size ([#87](https://github.com/instill-ai/python-sdk/issues/87)) ([71e84e6](https://github.com/instill-ai/python-sdk/commit/71e84e68f029daa7b482e300e72f928cacb5e738)) + + +### Bug Fixes + +* **ray:** fix gpu resource > 1 ([#91](https://github.com/instill-ai/python-sdk/issues/91)) ([9ac7241](https://github.com/instill-ai/python-sdk/commit/9ac7241757a9cec836e0e91110d3ba0e45465958)) + ## [0.6.0](https://github.com/instill-ai/python-sdk/compare/v0.5.0...v0.6.0) (2024-01-12) diff --git a/pyproject.toml b/pyproject.toml index bbd9bdd..889eff7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "instill-sdk" -version = "0.6.0" +version = "0.7.0" description = "python sdk for Instill AI products" packages = [{ include = "instill" }] diff --git a/release-please/manifest.json b/release-please/manifest.json index bcd0522..e7ca613 100644 --- a/release-please/manifest.json +++ b/release-please/manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.7.0" }