chore: release v0.0.19 (#302)

This version adds support for the generation of `objects.inv` for your [mkdocstrings]-powered documentation site, allowing external tools to discover and link to your API documentation. No changes to your configuration are necessary.

Please also update to mkdocstrings v1.0.2.

[mkdocstrings]: https://mkdocstrings.github.io/

Signed-off-by: squidfunk <martin.donath@squidfunk.com>
This commit is contained in:
Martin Donath
2026-01-24 17:12:48 +01:00
committed by GitHub
parent f8c9e7f0e8
commit ce2b87f575
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.18"
version = "0.0.19"
dependencies = [
"ahash",
"crossbeam",
+1 -1
View File
@@ -23,7 +23,7 @@
[package]
name = "zensical"
version = "0.0.18"
version = "0.0.19"
description = "Zensical"
edition.workspace = true
rust-version.workspace = true