Compare commits

...

1 Commits

Author SHA1 Message Date
Tom Milligan
0cdef17cb4 chore: prep v1.10.1 release 2023-07-28 18:48:58 +01:00
4 changed files with 8 additions and 4 deletions

View File

@@ -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

2
Cargo.lock generated
View File

@@ -1048,7 +1048,7 @@ dependencies = [
[[package]]
name = "mdbook-admonish"
version = "1.10.0"
version = "1.10.1"
dependencies = [
"anyhow",
"clap",

View File

@@ -1,6 +1,6 @@
[package]
name = "mdbook-admonish"
version = "1.10.0"
version = "1.10.1"
edition = "2021"
authors = ["Tom Milligan <code@tommilligan.net>"]

View File

@@ -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: