Skip to content

Commit cc412ce

Browse files
authored
Merge pull request #80 from supabase/or/v0_4_3
Bump version to 0.4.3
2 parents 8c2d87f + c5b5d2f commit cc412ce

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

docs/support_changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,8 @@
3636
- Feature: Parameterized IVFFlat and HNSW indexes
3737
- Feature: Delete using metadata filter
3838

39+
## 0.4.3
40+
41+
- Feature: Metadata filtering with `$contains`
42+
3943
## main

src/vecs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
)
1010

1111
__project__ = "vecs"
12-
__version__ = "0.4.2"
12+
__version__ = "0.4.3"
1313

1414

1515
__all__ = [

0 commit comments

Comments
 (0)