Skip to content

Commit

Permalink
Merge pull request #48 from supabase/or/0.4.1
Browse files Browse the repository at this point in the history
bump version to 0.4.1
  • Loading branch information
olirice authored Sep 27, 2023
2 parents 06830ce + 35d18a2 commit 5446836
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/support_changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,13 @@

- Feature: Metadata filtering with `$in`

## 0.4.0

- Feature: pgvector 0.5.0
- Feature: HNSW index support

## 0.4.1

- Bugfix: removed errant print statement

## master
2 changes: 1 addition & 1 deletion src/vecs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from vecs.collection import Collection, IndexMeasure, IndexMethod

__project__ = "vecs"
__version__ = "0.4.0"
__version__ = "0.4.1"


__all__ = ["IndexMethod", "IndexMeasure", "Collection", "Client", "exc"]
Expand Down

0 comments on commit 5446836

Please sign in to comment.