diff --git a/Cargo.toml b/Cargo.toml index 3099ad1..f6e297e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vectorize" -version = "0.7.0" +version = "0.8.0" edition = "2021" publish = false diff --git a/Trunk.toml b/Trunk.toml index 89e1006..c0af8e7 100644 --- a/Trunk.toml +++ b/Trunk.toml @@ -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.7.0" +version = "0.8.0" [build] postgres_version = "15"