We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e20b360 commit 96f6f2cCopy full SHA for 96f6f2c
extension/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "vectorize"
3
-version = "0.22.0"
+version = "0.22.1"
4
edition = "2021"
5
publish = false
6
extension/Trunk.toml
@@ -6,7 +6,7 @@ description = "The simplest way to orchestrate vector search on Postgres."
homepage = "https://github.com/tembo-io/pg_vectorize"
7
documentation = "https://github.com/tembo-io/pg_vectorize"
8
categories = ["orchestration", "machine_learning"]
9
10
loadable_libraries = [{ library_name = "vectorize", requires_restart = true }]
11
12
[build]
0 commit comments