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 <martin.donath@squidfunk.com>
This commit is contained in:
Martin Donath
2026-05-15 12:11:25 +02:00
committed by GitHub
parent 6b54e140c8
commit 7a141c5678
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -1363,7 +1363,7 @@ dependencies = [
[[package]]
name = "zensical"
version = "0.0.41"
version = "0.0.42"
dependencies = [
"ahash",
"anyhow",
+1 -1
View File
@@ -23,7 +23,7 @@
[package]
name = "zensical"
version = "0.0.41"
version = "0.0.42"
description = "Zensical"
edition.workspace = true
rust-version.workspace = true