From 7a141c5678ebcedb05e8b4be8f8d6f8bce990943 Mon Sep 17 00:00:00 2001 From: Martin Donath Date: Fri, 15 May 2026 12:11:25 +0200 Subject: [PATCH] chore: release v0.0.42 ## Summary This version includes a number of bug fixes and refactorings to improve the stability and accuracy of link validation, and fixes a reload loop when the `custom_dir`, which is auto-watched, is explicitly added to `watch`. Moreover, GLightbox is now only downloaded when needed, which fixes an issue when using Zensical in air-gapped environments. 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 5978c3a..c71e0f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1363,7 +1363,7 @@ dependencies = [ [[package]] name = "zensical" -version = "0.0.41" +version = "0.0.42" dependencies = [ "ahash", "anyhow", diff --git a/crates/zensical/Cargo.toml b/crates/zensical/Cargo.toml index ddecb78..3274017 100644 --- a/crates/zensical/Cargo.toml +++ b/crates/zensical/Cargo.toml @@ -23,7 +23,7 @@ [package] name = "zensical" -version = "0.0.41" +version = "0.0.42" description = "Zensical" edition.workspace = true rust-version.workspace = true