Skip to content

Commit

Permalink
0.17.1 (#131)
Browse files Browse the repository at this point in the history
* Update Cargo.toml

* Update Trunk.toml
  • Loading branch information
ChuckHend authored Aug 15, 2024
1 parent d164f73 commit e2b1747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extension/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vectorize"
version = "0.17.0"
version = "0.17.1"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion extension/Trunk.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "The simplest way to orchestrate vector search on Postgres."
homepage = "https://github.com/tembo-io/pg_vectorize"
documentation = "https://github.com/tembo-io/pg_vectorize"
categories = ["orchestration", "machine_learning"]
version = "0.17.0"
version = "0.17.1"
loadable_libraries = [{ library_name = "vectorize", requires_restart = true }]

[build]
Expand Down

0 comments on commit e2b1747

Please sign in to comment.