From c17b20fdb47fbb6d7964a65079d64afcfa1098c5 Mon Sep 17 00:00:00 2001 From: Isaac Van Doren Date: Wed, 25 Mar 2026 13:19:30 -0500 Subject: [PATCH 1/2] 0.1 release --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cd2fa3..b2c2192 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ # Changelog +All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + ## Unreleased +## [0.1.0] - 2026-03-25 + ### Added - Full BM25 search/query helper set with advanced operators. From 27ee7b0fb720ffd137a6d1cec94875a4fa1435c7 Mon Sep 17 00:00:00 2001 From: Isaac Van Doren Date: Wed, 25 Mar 2026 13:24:27 -0500 Subject: [PATCH 2/2] Add tag to changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2c2192..1750b9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,3 +15,5 @@ All notable changes to this project will be documented in this file. The format - Unit/integration suites for indexing, querying, facets, and migrations. - CI workflow for lint, typing, unit, and integration checks. - Example scripts for quickstart, facets, autocomplete, MLT, hybrid RRF, and RAG retrieval. + +[0.1.0]: https://github.com/paradedb/sqlalchemy-paradedb/releases/tag/v0.1.0