Skip to content

Commit e4a68f8

Browse files
authored
chore: Release 0.7.0 (#67)
1 parent 2a1da1e commit e4a68f8

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

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.7.0] - 2026-06-12
8+
9+
### Removed
10+
11+
- **BREAKING**: The `document_ids` parameter from `more_like_this` was removed. To replicate the same behavior, combine multiple single-id more like this queries with `or`.
12+
713
## [0.6.0] - 2026-04-21
814

915
### Changed
@@ -46,6 +52,7 @@ All notable changes to this project will be documented in this file. The format
4652
- CI workflow for lint, typing, unit, and integration checks.
4753
- Example scripts for quickstart, facets, autocomplete, MLT, hybrid RRF, and RAG retrieval.
4854

55+
[0.7.0]: https://github.com/paradedb/sqlalchemy-paradedb/releases/tag/v0.7.0
4956
[0.6.0]: https://github.com/paradedb/sqlalchemy-paradedb/releases/tag/v0.6.0
5057
[0.5.0]: https://github.com/paradedb/sqlalchemy-paradedb/releases/tag/v0.5.0
5158
[0.4.0]: https://github.com/paradedb/sqlalchemy-paradedb/releases/tag/v0.4.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.6.0"
7+
version = "0.7.0"
88
description = "Official ParadeDB integration for SQLAlchemy"
99
readme = "README.md"
1010
license = "MIT"

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)