Compare commits

..

2 Commits

Author SHA1 Message Date
Tom Milligan
0f0e02702c chore: prep 1.13.1 release 2023-10-17 09:37:32 +01:00
Tom Milligan
7235d5f349 Merge pull request #142 from tommilligan/rust-version
ci: add msrv to cargo toml, update mdbook version
2023-10-15 13:26:11 +01:00
3 changed files with 12 additions and 2 deletions

View File

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

2
Cargo.lock generated
View File

@@ -952,7 +952,7 @@ dependencies = [
[[package]]
name = "mdbook-admonish"
version = "1.13.0"
version = "1.13.1"
dependencies = [
"anyhow",
"clap",

View File

@@ -1,6 +1,6 @@
[package]
name = "mdbook-admonish"
version = "1.13.0"
version = "1.13.1"
edition = "2021"
rust-version = "1.66.0"