From 0f0e02702c04164d2934cea117c34482f002f15e Mon Sep 17 00:00:00 2001 From: Tom Milligan Date: Tue, 17 Oct 2023 09:37:32 +0100 Subject: [PATCH] chore: prep 1.13.1 release --- CHANGELOG.md | 10 ++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03bf4b9..e775d7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ ## Unreleased +## 1.13.1 + +### Changed + +- Bumped internal `mdbook` version to `0.4.35` ([#142](https://github.com/tommilligan/mdbook-admonish/pull/142)) + +### Fixed + +- Relaxed `clap` dependency to fix compilation error when using other `mdbook-*` plugins. Thanks to [@joshka](https://github.com/joshka) for the [report](https://github.com/tommilligan/mdbook-admonish/pull/141)! ([#142](https://github.com/tommilligan/mdbook-admonish/pull/142)) + ## 1.13.0 ### Changed diff --git a/Cargo.lock b/Cargo.lock index 5ed3399..c3da5c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -952,7 +952,7 @@ dependencies = [ [[package]] name = "mdbook-admonish" -version = "1.13.0" +version = "1.13.1" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index acf33bc..12407da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mdbook-admonish" -version = "1.13.0" +version = "1.13.1" edition = "2021" rust-version = "1.66.0"