Skip to content

Commit a366d22

Browse files
committed
Version bump to 0.3.0 [skip ci]
1 parent cdf953f commit a366d22

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.3.0 (unreleased)
1+
## 0.3.0 (2024-06-25)
22

33
- Added support for `halfvec` and `sparsevec` types
44
- Added `taxicab`, `hamming`, and `jaccard` distances for Sequel

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Get the nearest neighbors to a record
110110
item.nearest_neighbors(:embedding, distance: "euclidean").limit(5)
111111
```
112112

113-
Also supports `inner_product` and `cosine` distance
113+
Also supports `inner_product`, `cosine`, `taxicab`, `hamming`, and `jaccard` distance
114114

115115
Get the nearest neighbors to a vector
116116

lib/pgvector/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Pgvector
2-
VERSION = "0.2.2"
2+
VERSION = "0.3.0"
33
end

0 commit comments

Comments
 (0)