From 88caefa8be7759b2cd1ebb93bc1d597c4cecbef1 Mon Sep 17 00:00:00 2001 From: Martin Donath Date: Tue, 10 Mar 2026 20:24:42 +0100 Subject: [PATCH] chore: release v0.0.25 ## Summary This version updates the [user interface] to [v0.0.9], which improves on accessibility and fixes some minor rendering issues. Additionally, it fixes some bugs related to configuration parsing and plugin handling in `zensical serve`, ensuring a smoother development experience. [user interface]: https://github.com/zensical/ui [v0.0.9]: https://github.com/zensical/ui/releases/tag/v0.0.9 ### Highlights - `zensical serve` now keeps running on configuration parsing errors - Auto-appended `pymdownx.snippets` files are now watched for changes - Search highlighting now works with keyboard navigation Signed-off-by: squidfunk --- Cargo.lock | 2 +- crates/zensical/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c6ec0d..1828a02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1416,7 +1416,7 @@ dependencies = [ [[package]] name = "zensical" -version = "0.0.24" +version = "0.0.25" dependencies = [ "ahash", "crossbeam", diff --git a/crates/zensical/Cargo.toml b/crates/zensical/Cargo.toml index 2acc3ab..845997d 100644 --- a/crates/zensical/Cargo.toml +++ b/crates/zensical/Cargo.toml @@ -23,7 +23,7 @@ [package] name = "zensical" -version = "0.0.24" +version = "0.0.25" description = "Zensical" edition.workspace = true rust-version.workspace = true