diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cd2fa3..1750b9e 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. @@ -11,3 +15,5 @@ - 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