Skip to content

Commit 450fc99

Browse files
committed
Version bump to 0.3.3 [skip ci]
1 parent 0c7946e commit 450fc99

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.3 (unreleased)
1+
## 0.3.3 (2024-06-25)
22

33
- Added support for `halfvec`, `bit`, and `sparsevec` types to Rust-Postgres
44
- Added support for `halfvec`, `bit`, and `sparsevec` type to SQLx

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pgvector"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
description = "pgvector support for Rust"
55
repository = "https://github.com/pgvector/pgvector-rust"
66
license = "MIT OR Apache-2.0"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ let neighbors = items::table
229229
.load::<Item>(&mut conn)?;
230230
```
231231

232-
Also supports `max_inner_product`, `cosine_distance`, `l1_distance` (unreleased), `hamming_distance` (unreleased), and `jaccard_distance` (unreleased)
232+
Also supports `max_inner_product`, `cosine_distance`, `l1_distance`, `hamming_distance`, and `jaccard_distance`
233233

234234
Get the distances
235235

@@ -253,7 +253,7 @@ Use `vector_ip_ops` for inner product and `vector_cosine_ops` for cosine distanc
253253

254254
Use the `serde` feature to enable serialization
255255

256-
## Half Vectors (unreleased)
256+
## Half Vectors
257257

258258
Use the `halfvec` feature to enable half vectors
259259

0 commit comments

Comments
 (0)