Skip to content

Commit

Permalink
Version bump to 0.3.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 17, 2023
1 parent d50e913 commit 8fa6a6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.3.0 (unreleased)
## 0.3.0 (2023-10-17)

- Added `serde` feature
- Removed `postgres` from default features
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pgvector"
version = "0.2.2"
version = "0.3.0"
description = "pgvector support for Rust"
repository = "https://github.com/pgvector/pgvector-rust"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ CREATE INDEX my_index ON items USING hnsw (embedding vector_l2_ops)

Use `vector_ip_ops` for inner product and `vector_cosine_ops` for cosine distance

## Serialization [unreleased]
## Serialization

Use the `serde` feature to enable serialization

Expand Down

0 comments on commit 8fa6a6e

Please sign in to comment.