From 777d105f4e4cb03db6fa5e9a0887a8a013728b79 Mon Sep 17 00:00:00 2001 From: Martin Donath Date: Sun, 13 Sep 2026 19:08:26 +0200 Subject: [PATCH] chore: release v0.0.62 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary This version adds support for the [mkdocs-callouts] plugin, which renders Obsidian-style callouts as admonitions. It also improves compatibility with existing MkDocs projects by accepting more plugin settings, restores support for mike's `version_selector` option, and fixes builds when the project configuration file is included in `watch`. Additionally, the [user interface] is updated to [v0.0.30], ensuring that anchor links reveal targets inside collapsed details, content tabs, and annotations—including deeply nested combinations—before scrolling to them. [mkdocs-callouts]: https://github.com/sondregronas/mkdocs-callouts [user interface]: https://github.com/zensical/ui [v0.0.30]: https://github.com/zensical/ui/releases/tag/v0.0.30 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 8b0c906..2e88d63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2579,7 +2579,7 @@ dependencies = [ [[package]] name = "zensical" -version = "0.0.61" +version = "0.0.62" dependencies = [ "ahash", "anyhow", diff --git a/crates/zensical/Cargo.toml b/crates/zensical/Cargo.toml index a3140d6..172175d 100644 --- a/crates/zensical/Cargo.toml +++ b/crates/zensical/Cargo.toml @@ -23,7 +23,7 @@ [package] name = "zensical" -version = "0.0.61" +version = "0.0.62" description = "Zensical" edition.workspace = true rust-version.workspace = true