release: 0.2.7

This commit is contained in:
Per Stark
2025-12-04 12:25:46 +01:00
parent 04ee225732
commit a2c9bb848d
2 changed files with 5 additions and 2 deletions

View File

@@ -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.

View File

@@ -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"