From 6f87afcc2dc34262dffc2bc882fc89d7a951bed8 Mon Sep 17 00:00:00 2001 From: Martin Donath Date: Tue, 8 Sep 2026 15:43:38 +0200 Subject: [PATCH] chore: release v0.0.60 ## Summary This version updates the user interface to 0.0.28, fixing navigation pruning and alternate-link handling while adding 51 new icons. It also adds direct support for the `table-reader` plugin and fixes template inclusion with macros on Windows extended-length paths. 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 1da3ad0..fe4168d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2579,7 +2579,7 @@ dependencies = [ [[package]] name = "zensical" -version = "0.0.59" +version = "0.0.60" dependencies = [ "ahash", "anyhow", diff --git a/crates/zensical/Cargo.toml b/crates/zensical/Cargo.toml index c467268..c66c7f5 100644 --- a/crates/zensical/Cargo.toml +++ b/crates/zensical/Cargo.toml @@ -23,7 +23,7 @@ [package] name = "zensical" -version = "0.0.59" +version = "0.0.60" description = "Zensical" edition.workspace = true rust-version.workspace = true