release: 0.2.5

This commit is contained in:
Per Stark
2025-10-24 22:13:08 +02:00
parent 3b805778b4
commit 798b1468b6
3 changed files with 4 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
# Changelog
## Unreleased
## Version 0.2.5 (2025-10-24)
- Added manual knowledge entity creation flows using a modal, with the option for suggested relationships
- Scratchpad feature, with the feature to convert scratchpads to content.
- Added knowledge entity search results to the global search

2
Cargo.lock generated
View File

@@ -3296,7 +3296,7 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
[[package]]
name = "main"
version = "0.2.4"
version = "0.2.5"
dependencies = [
"anyhow",
"api-router",

View File

@@ -1,6 +1,6 @@
[package]
name = "main"
version = "0.2.4"
version = "0.2.5"
edition = "2021"
repository = "https://github.com/perstarkse/minne"
license = "AGPL-3.0-or-later"