diff --git a/CHANGELOG.md b/CHANGELOG.md index b0aa01b..7a38385 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog ## Unreleased -- Improved admin page, now only loads models when specifically requested + +## Version 0.2.7 (2025-12-04) +- Improved admin page, now only loads models when specifically requested. Groundwork for coming configuration features. +- Fix: timezone aware info in scratchpad ## Version 0.2.6 (2025-10-29) - Added an opt-in FastEmbed-based reranking stage behind `reranking_enabled`. It improves retrieval accuracy by re-scoring hybrid results. diff --git a/main/Cargo.toml b/main/Cargo.toml index 87a0fb6..599eaa5 100644 --- a/main/Cargo.toml +++ b/main/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "main" -version = "0.2.6" +version = "0.2.7" edition = "2021" repository = "https://github.com/perstarkse/minne" license = "AGPL-3.0-or-later"