From b3f424819646b8a6ff1c6cdfc566092a4b0e56e5 Mon Sep 17 00:00:00 2001 From: Joseph Priou Date: Sun, 8 Sep 2024 16:22:52 +0200 Subject: [PATCH] version 0.7.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ffef698..418ab0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -936,7 +936,7 @@ dependencies = [ [[package]] name = "mdbook-cmdrun" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index b1a2398..43b840a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook-cmdrun" -version = "0.7.0" +version = "0.7.1" edition = "2021" authors = ["FauconFan "] description = "mdbook preprocessor to run arbitrary commands" diff --git a/README.md b/README.md index e20c327..db948e9 100644 --- a/README.md +++ b/README.md @@ -132,5 +132,5 @@ At the moment of writing, there are examples using: I would like to thank [@exsjabe](https://github.com/exsjabe) for his valuable help with integrating Windows support and inline cmdrun calls. -Current version: 0.7.0 +Current version: 0.7.1 License: MIT