Skip to content

Commit a87901c

Browse files
committed
v0.2.23
1 parent a9b07b9 commit a87901c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ uv sync
1515
- install with pip:
1616

1717
```shell
18-
pip install pyobvector==0.2.22
18+
pip install pyobvector==0.2.23
1919
```
2020

2121
## Build Doc

RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
This file documents all released versions and their notable changes for the pyobvector project. Changes are grouped by version and categorized as Added (new features), Changed (modifications), Fixed (bug fixes), and Security (security updates).
44

5+
## [0.2.23](https://github.com/oceanbase/pyobvector/compare/release-v0.2.22...release-v0.2.23) - 2026-01-29
6+
7+
- Cchore: intro pre commit
8+
- Fix: make SeekDB version check case-insensitive
9+
510
## [0.2.22](https://github.com/oceanbase/pyobvector/compare/release-v0.2.21...release-v0.2.22) - 2026-01-15
611

712
- Fix: HybridSearch.search() crashes when OceanBase returns NULL for empty results

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyobvector"
3-
version = "0.2.22"
3+
version = "0.2.23"
44
description = "A python SDK for OceanBase Vector Store, based on SQLAlchemy, compatible with Milvus API."
55
authors = [{name="shanhaikang.shk",email="shanhaikang.shk@oceanbase.com"}]
66
readme = "README.md"

0 commit comments

Comments
 (0)