Skip to content

Commit

Permalink
chore(main): release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
droplet-bot committed Mar 13, 2024
1 parent fc858dc commit 5bfde75
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.8.0](https://github.com/instill-ai/python-sdk/compare/v0.7.1...v0.8.0) (2024-03-13)


### Features

* **deps:** upgrade ray version ([cc61b85](https://github.com/instill-ai/python-sdk/commit/cc61b8541c9545ca2b6768c519242af6f6b9df93))
* **ray:** add llava 13b to predeploy list ([b2775f5](https://github.com/instill-ai/python-sdk/commit/b2775f593c85c20ca38106bf0f9447120825bc3d))
* **ray:** support containerized model serving ([#114](https://github.com/instill-ai/python-sdk/issues/114)) ([05863a0](https://github.com/instill-ai/python-sdk/commit/05863a0132b2ce49d965f73485e70af612cecb97))


### Bug Fixes

* **ray:** add missing cuda suffix arg ([#115](https://github.com/instill-ai/python-sdk/issues/115)) ([fc858dc](https://github.com/instill-ai/python-sdk/commit/fc858dcda928acc98031aec593d7d924f9938ce0))

## [0.7.1](https://github.com/instill-ai/python-sdk/compare/v0.7.0...v0.7.1) (2024-02-22)


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.7.1"
version = "0.8.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.7.1"
".": "0.8.0"
}

0 comments on commit 5bfde75

Please sign in to comment.