summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Milligan <tommilligan@users.noreply.github.com>2023-07-28 18:49:46 +0100
committerGitHub <noreply@github.com>2023-07-28 18:49:46 +0100
commita6a29418218028b43d92ead9cfcbba7df296a931 (patch)
treeb7e91542c78befc2c9b2139e80cab3e559ccf89d
parentfaf99a1b76d338cd08991c552a0291983b0be214 (diff)
chore: prep v1.10.1 release (#113)v1.10.1
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md2
4 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0468ca8..7094e38 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,12 @@
## Unreleased
+## 1.10.1
+
+### Fixed
+
+- Only restyle `summary` elements generated by `mdbook-admonish`. Thanks to [@ImUrX](https://github.com/ImUrX) for the report and fix! ([#112](https://github.com/tommilligan/mdbook-admonish/pull/112))
+
## 1.10.0
### Changed
diff --git a/Cargo.lock b/Cargo.lock
index e0adfe4..f68e441 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1048,7 +1048,7 @@ dependencies = [
[[package]]
name = "mdbook-admonish"
-version = "1.10.0"
+version = "1.10.1"
dependencies = [
"anyhow",
"clap",
diff --git a/Cargo.toml b/Cargo.toml
index 4da554a..f4a4bd3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "mdbook-admonish"
-version = "1.10.0"
+version = "1.10.1"
edition = "2021"
authors = ["Tom Milligan <code@tommilligan.net>"]
diff --git a/README.md b/README.md
index da869cb..bf6a50d 100644
--- a/README.md
+++ b/README.md
@@ -174,8 +174,6 @@ You must make the next `mdbook-admonish` crate version at least a **minor** vers
Github workflows are setup such that pushing a `vX.Y.Z` tag will trigger a release to be cut.
-Once the release is created, copy and paste the relevant section of `CHANGELOG.md` manually to update the description.
-
## Thanks
This utility is heavily drawn from and inspired by other projects, namely: