We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a15746 commit 5581155Copy full SHA for 5581155
CHANGELOG.md
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.2.1] - 2025-01-27
11
+
12
+### Fixed
13
+- PyPI publishing workflow with tag-based releases
14
+- Changelog extraction in GitHub releases
15
16
## [0.2.0] - 2025-01-27
17
18
### Added
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "sqlite-vec-client"
-version = "0.2.0"
+version = "0.2.1"
description = "A tiny Python client around sqlite-vec for CRUD and similarity search."
readme = "README.md"
requires-python = ">=3.9"
0 commit comments