Version bump to 0.8.3 [skip ci]

This commit is contained in:
Andrew Kane
2026-06-17 21:26:13 -07:00
parent a619d0b34d
commit 586e7515ba
9 changed files with 25 additions and 23 deletions

View File

@@ -2,7 +2,7 @@
"name": "vector",
"abstract": "Open-source vector similarity search for Postgres",
"description": "Supports L2 distance, inner product, and cosine distance",
"version": "0.8.2",
"version": "0.8.3",
"maintainer": [
"Andrew Kane <andrew@ankane.org>"
],
@@ -20,7 +20,7 @@
"vector": {
"file": "sql/vector.sql",
"docfile": "README.md",
"version": "0.8.2",
"version": "0.8.3",
"abstract": "Open-source vector similarity search for Postgres"
}
},