Skip to content

Commit e63c635

Browse files
committed
Version bump to 0.2.2 [skip ci]
1 parent 9c0c00f commit e63c635

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.2.2 (unreleased)
1+
## 0.2.2 (2023-08-08)
22

33
- Added support for Peewee
44
- Added `HnswIndex` for Django

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ And follow the instructions for your database library:
2222
- [Psycopg 3](#psycopg-3)
2323
- [Psycopg 2](#psycopg-2)
2424
- [asyncpg](#asyncpg)
25-
- [Peewee](#peewee) [unreleased]
25+
- [Peewee](#peewee)
2626

2727
Or check out some examples:
2828

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='pgvector',
8-
version='0.2.1',
8+
version='0.2.2',
99
description='pgvector support for Python',
1010
long_description=long_description,
1111
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)