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 <martin.donath@squidfunk.com>
This commit is contained in:
Martin Donath
2026-03-10 20:24:42 +01:00
committed by GitHub
parent 657c68500b
commit 88caefa8be
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -1416,7 +1416,7 @@ dependencies = [
[[package]]
name = "zensical"
version = "0.0.24"
version = "0.0.25"
dependencies = [
"ahash",
"crossbeam",
+1 -1
View File
@@ -23,7 +23,7 @@
[package]
name = "zensical"
version = "0.0.24"
version = "0.0.25"
description = "Zensical"
edition.workspace = true
rust-version.workspace = true