Skip to content

Commit 084904c

Browse files
authored
chore(main): release 0.16.2 (#256)
🤖 I have created a release *beep* *boop* --- ## [0.16.2](v0.16.1...v0.16.2) (2025-02-19) ### Bug Fixes * **ray:** add -y for apt package installation ([#255](#255)) ([d58787b](d58787b)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent d58787b commit 084904c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.16.2](https://github.com/instill-ai/python-sdk/compare/v0.16.1...v0.16.2) (2025-02-19)
4+
5+
6+
### Bug Fixes
7+
8+
* **ray:** add -y for apt package installation ([#255](https://github.com/instill-ai/python-sdk/issues/255)) ([d58787b](https://github.com/instill-ai/python-sdk/commit/d58787beafa4e18a825b84d8cecaccefe6ceaa93))
9+
310
## [0.16.1](https://github.com/instill-ai/python-sdk/compare/v0.16.0...v0.16.1) (2025-02-17)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22

33
name = "instill-sdk"
4-
version = "0.16.1"
4+
version = "0.16.2"
55
description = "python sdk for Instill AI products"
66

77
packages = [{ include = "instill" }]

release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.16.1"
2+
".": "0.16.2"
33
}

0 commit comments

Comments
 (0)