Skip to content

Commit 3fb90ea

Browse files
authored
release v0.15.0 (#108)
* release v0.15.0 * add missing upgrade script
1 parent ea709c3 commit 3fb90ea

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

extension/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vectorize"
3-
version = "0.14.2"
3+
version = "0.15.0"
44
edition = "2021"
55
publish = false
66

extension/Trunk.toml

Lines changed: 1 addition & 1 deletion
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.14.2"
9+
version = "0.15.0"
1010

1111
[build]
1212
postgres_version = "15"

extension/sql/vectorize--0.14.2--0.15.0.sql

Whitespace-only changes.

0 commit comments

Comments
 (0)