Skip to content

Commit 96f6f2c

Browse files
committed
bump toml
1 parent e20b360 commit 96f6f2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extension/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vectorize"
3-
version = "0.22.0"
3+
version = "0.22.1"
44
edition = "2021"
55
publish = false
66

extension/Trunk.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "The simplest way to orchestrate vector search on Postgres."
66
homepage = "https://github.com/tembo-io/pg_vectorize"
77
documentation = "https://github.com/tembo-io/pg_vectorize"
88
categories = ["orchestration", "machine_learning"]
9-
version = "0.22.0"
9+
version = "0.22.1"
1010
loadable_libraries = [{ library_name = "vectorize", requires_restart = true }]
1111

1212
[build]

0 commit comments

Comments
 (0)