From 1cec93fce6625dbdcbeb06c504c5856e44afd448 Mon Sep 17 00:00:00 2001 From: Adam Hendel Date: Wed, 24 Jan 2024 16:35:45 -0500 Subject: [PATCH] bump toml: --- Cargo.toml | 2 +- Trunk.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"