Compare commits

...

1 Commits

Author SHA1 Message Date
Tom Milligan
212070a17d chore: prep v1.10.2 release 2023-08-07 18:58:00 +01:00
3 changed files with 8 additions and 2 deletions

View File

@@ -2,6 +2,12 @@
## Unreleased
## 1.10.2
### Fixed
- Fixed `cargo install mdbook-admonish` failing due to an internal dependency mismatch with `mdbook` ([#115](https://github.com/tommilligan/mdbook-admonish/pull/115))
## 1.10.1
### Fixed

2
Cargo.lock generated
View File

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

View File

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