Skip to content

Commit 30bdbaf

Browse files
committed
Prepare 0.4.0 release
1 parent d82bd09 commit 30bdbaf

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

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

55
## Unreleased
66

7+
## [0.4.0] - 2026-04-13
8+
9+
Added support for passing functions into queries such as `search.term(Table1.field1, func.trim(keyword))`.
10+
711
## [0.3.0] - 2026-04-07
812

913
### Fixed
@@ -28,6 +32,7 @@ All notable changes to this project will be documented in this file. The format
2832
- CI workflow for lint, typing, unit, and integration checks.
2933
- Example scripts for quickstart, facets, autocomplete, MLT, hybrid RRF, and RAG retrieval.
3034

35+
[0.4.0]: https://github.com/paradedb/sqlalchemy-paradedb/releases/tag/v0.4.0
3136
[0.3.0]: https://github.com/paradedb/sqlalchemy-paradedb/releases/tag/v0.3.0
3237
[0.2.0]: https://github.com/paradedb/sqlalchemy-paradedb/releases/tag/v0.2.0
3338
[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.3.0"
7+
version = "0.4.0"
88
description = "Typed SQLAlchemy helpers for ParadeDB"
99
readme = "README.md"
1010
requires-python = ">=3.10"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)