We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c0c00f commit e63c635Copy full SHA for e63c635
3 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 0.2.2 (unreleased)
+## 0.2.2 (2023-08-08)
2
3
- Added support for Peewee
4
- Added `HnswIndex` for Django
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
-- [Peewee](#peewee) [unreleased]
+- [Peewee](#peewee)
26
27
Or check out some examples:
28
setup.py
@@ -5,7 +5,7 @@
5
6
setup(
7
name='pgvector',
8
- version='0.2.1',
+ version='0.2.2',
9
description='pgvector support for Python',
10
long_description=long_description,
11
long_description_content_type='text/markdown',
0 commit comments