Skip to content

Commit 2d8cff4

Browse files
committed
chore(main): release 0.18.1
1 parent 71a14da commit 2d8cff4

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [0.18.1](https://github.com/instill-ai/python-sdk/compare/v0.18.0...v0.18.1) (2025-12-24)
4+
5+
6+
### Miscellaneous
7+
8+
* **cli,model:** add instill.yaml optional fields ([2a65ec1](https://github.com/instill-ai/python-sdk/commit/2a65ec10534837344721d017d530f623553c19dd))
9+
* **deps-dev:** bump pyinstaller from 5.13.1 to 6.0.0 ([#289](https://github.com/instill-ai/python-sdk/issues/289)) ([592e5d7](https://github.com/instill-ai/python-sdk/commit/592e5d7183e2fdea70127b67a80cdbf0f69a612a))
10+
* **deps:** bump ray from 2.47.0 to 2.52.0 ([#291](https://github.com/instill-ai/python-sdk/issues/291)) ([71a14da](https://github.com/instill-ai/python-sdk/commit/71a14daa7a1df916b5d6b471d4ccd6e5fe0e2e5d))
11+
* **python:** bump up default python support to 3.12 ([4668d91](https://github.com/instill-ai/python-sdk/commit/4668d9104b8d839ee813587d9d24e92b7b8fff5a))
12+
13+
14+
### Refactor
15+
16+
* **api:** update for CE protobuf refactoring and Python 3.13 support ([#290](https://github.com/instill-ai/python-sdk/issues/290)) ([a6f16a8](https://github.com/instill-ai/python-sdk/commit/a6f16a807c750cf590f8c1d3163fe45f125a6e4e))
17+
318
## [0.18.0](https://github.com/instill-ai/python-sdk/compare/v0.17.2...v0.18.0) (2025-06-24)
419

520

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
description = "python sdk for Instill AI products"
44
name = "instill-sdk"
5-
version = "0.18.0"
5+
version = "0.18.1"
66

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

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.18.0"
2+
".": "0.18.1"
33
}

0 commit comments

Comments
 (0)