Skip to content

Commit 76c3e4a

Browse files
xxsc0529xxsc0529
authored andcommitted
v0.2.21
1 parent 8d6a8a9 commit 76c3e4a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.20
18+
pip install pyobvector==0.2.21
1919
```
2020

2121
## Build Doc

RELEASE_NOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
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.21](https://github.com/oceanbase/pyobvector/compare/release-v0.2.20...release-v0.2.21) - 2026-01-13
6+
7+
- Migrate tool.poetry section to project section following PEP 518
8+
- use [dependency-groups] as PEP 735 defined
9+
- Feat: Add full-text index type support
10+
- Fix typo in word partition
11+
- Align required python versions and test on python version matrix
12+
513
## [0.2.20](https://github.com/oceanbase/pyobvector/compare/release-v0.2.19...release-v0.2.20) - 2025-11-20
614

715
### Added

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.20"
3+
version = "0.2.21"
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)