summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Milligan <tom.milligan@uipath.com>2023-10-17 09:59:48 +0100
committerGitHub <noreply@github.com>2023-10-17 09:59:48 +0100
commit31d5a27a6d69c5550816964cd05641303842081b (patch)
tree53ef3c30f4074dd3ca5dc5f5dfb8f94c0a5b095c
parent7235d5f349bb1fa8fdc4b4da1b9ab3451c8a5557 (diff)
parent0f0e02702c04164d2934cea117c34482f002f15e (diff)
Merge pull request #143 from tommilligan/prep-1.13.1v1.13.1
chore: prep 1.13.1 release
-rw-r--r--CHANGELOG.md10
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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"