We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bb6df8 commit a8f2a5fCopy full SHA for a8f2a5f
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.4.0 (unreleased)
+## 0.4.0 (2025-03-15)
2
3
- Added top-level `pgvector` package
4
- Added support for pg8000
README.md
@@ -22,7 +22,7 @@ And follow the instructions for your database library:
22
- [Psycopg 3](#psycopg-3)
23
- [Psycopg 2](#psycopg-2)
24
- [asyncpg](#asyncpg)
25
-- [pg8000](#pg8000) [unreleased]
+- [pg8000](#pg8000)
26
- [Peewee](#peewee)
27
28
Or check out some examples:
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
5
[project]
6
name = "pgvector"
7
-version = "0.3.6"
+version = "0.4.0"
8
description = "pgvector support for Python"
9
readme = "README.md"
10
authors = [
0 commit comments