Skip to content

Commit daa08d3

Browse files
committed
chore(main): release 0.18.1
1 parent a6f16a8 commit daa08d3

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

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

3+
## [0.18.1](https://github.com/instill-ai/python-sdk/compare/v0.18.0...v0.18.1) (2025-10-30)
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+
* **python:** bump up default python support to 3.12 ([4668d91](https://github.com/instill-ai/python-sdk/commit/4668d9104b8d839ee813587d9d24e92b7b8fff5a))
11+
12+
13+
### Refactor
14+
15+
* **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))
16+
317
## [0.18.0](https://github.com/instill-ai/python-sdk/compare/v0.17.2...v0.18.0) (2025-06-24)
418

519

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)