Skip to content

Commit 5581155

Browse files
committed
Bump version to 0.2.1
1 parent 5a15746 commit 5581155

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1016
## [0.2.0] - 2025-01-27
1117

1218
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sqlite-vec-client"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "A tiny Python client around sqlite-vec for CRUD and similarity search."
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)