Skip to content

Commit 33b8aa7

Browse files
authored
chore: Prepare 0.2.0 Release (#38)
1 parent 023c423 commit 33b8aa7

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

.markdownlint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ MD026: false # Trailing punctuation in header
33
MD029: false # Ordered list item prefix
44
MD033: false # Inline HTML
55
MD045: false # Images should have alternate text (alt text)
6+
MD024: false # Allow duplicate headings

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format
44

55
## Unreleased
66

7+
## [0.2.0] - 2026-04-01
8+
9+
### Added
10+
11+
- The ability to pass `StrEnum`s as parameters into queries.
12+
713
## [0.1.0] - 2026-03-25
814

915
### Added
@@ -16,4 +22,5 @@ All notable changes to this project will be documented in this file. The format
1622
- CI workflow for lint, typing, unit, and integration checks.
1723
- Example scripts for quickstart, facets, autocomplete, MLT, hybrid RRF, and RAG retrieval.
1824

25+
[0.2.0]: https://github.com/paradedb/sqlalchemy-paradedb/releases/tag/v0.2.0
1926
[0.1.0]: https://github.com/paradedb/sqlalchemy-paradedb/releases/tag/v0.1.0

pyproject.toml

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

55
[project]
66
name = "sqlalchemy-paradedb"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "Typed SQLAlchemy helpers for ParadeDB"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)