Skip to content

Commit

Permalink
Merge pull request #80 from supabase/or/v0_4_3
Browse files Browse the repository at this point in the history
Bump version to 0.4.3
  • Loading branch information
olirice authored Feb 28, 2024
2 parents 8c2d87f + c5b5d2f commit cc412ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/support_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,8 @@
- Feature: Parameterized IVFFlat and HNSW indexes
- Feature: Delete using metadata filter

## 0.4.3

- Feature: Metadata filtering with `$contains`

## main
2 changes: 1 addition & 1 deletion src/vecs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
)

__project__ = "vecs"
__version__ = "0.4.2"
__version__ = "0.4.3"


__all__ = [
Expand Down

0 comments on commit cc412ce

Please sign in to comment.