From ce2b87f575f76e0f9a2f14a6736dedd8f102cf8c Mon Sep 17 00:00:00 2001 From: Martin Donath Date: Sat, 24 Jan 2026 17:12:48 +0100 Subject: [PATCH] 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 --- Cargo.lock | 2 +- crates/zensical/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2d8b6c4..84577cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1416,7 +1416,7 @@ dependencies = [ [[package]] name = "zensical" -version = "0.0.18" +version = "0.0.19" dependencies = [ "ahash", "crossbeam", diff --git a/crates/zensical/Cargo.toml b/crates/zensical/Cargo.toml index fb7c118..52cec4b 100644 --- a/crates/zensical/Cargo.toml +++ b/crates/zensical/Cargo.toml @@ -23,7 +23,7 @@ [package] name = "zensical" -version = "0.0.18" +version = "0.0.19" description = "Zensical" edition.workspace = true rust-version.workspace = true