Skip to content

Commit 3fd5cef

Browse files
authored
Merge pull request #24 from Ontos-AI/release-please--branches--main
2 parents b4bae96 + 4c71cd7 commit 3fd5cef

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.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.4.0"
2+
".": "0.5.0"
33
}

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.5.0](https://github.com/Ontos-AI/knowhere-python-sdk/compare/v0.4.0...v0.5.0) (2026-05-15)
4+
5+
6+
### Features
7+
8+
* sync SDK with current worker ZIP contract and agentic retrieval API ([ad8db2e](https://github.com/Ontos-AI/knowhere-python-sdk/commit/ad8db2e87c77978928d046c95565e9e60c1b1f4e))
9+
310
## [0.4.0](https://github.com/Ontos-AI/knowhere-python-sdk/compare/v0.3.2...v0.4.0) (2026-04-27)
411

512

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "knowhere-python-sdk"
7-
version = "0.4.0"
7+
version = "0.5.0"
88
description = "Official Python SDK for the Knowhere document parsing API"
99
readme = "README.md"
1010
license = "MIT"

src/knowhere/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.0" # x-release-please-version
1+
__version__ = "0.5.0" # x-release-please-version

0 commit comments

Comments
 (0)