Skip to content

Commit 1b5d6f0

Browse files
authored
chore(main): release 0.15.1 (#238)
🤖 I have created a release *beep* *boop* --- ## [0.15.1](v0.15.0...v0.15.1) (2024-11-05) ### Bug Fixes * **ray:** fix semantic segmentation task parser ([#237](#237)) ([652c548](652c548)) --- 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 22d7332 commit 1b5d6f0

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.15.1](https://github.com/instill-ai/python-sdk/compare/v0.15.0...v0.15.1) (2024-11-05)
4+
5+
6+
### Bug Fixes
7+
8+
* **ray:** fix semantic segmentation task parser ([#237](https://github.com/instill-ai/python-sdk/issues/237)) ([652c548](https://github.com/instill-ai/python-sdk/commit/652c5480f11a852a7af23e09bbd8dfd91d9f659e))
9+
310
## [0.15.0](https://github.com/instill-ai/python-sdk/compare/v0.14.0...v0.15.0) (2024-10-22)
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.15.0"
4+
version = "0.15.1"
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.15.0"
2+
".": "0.15.1"
33
}

0 commit comments

Comments
 (0)