chore: prep v1.19.0 release

This commit is contained in:
Tom Milligan
2025-02-17 15:42:27 +00:00
parent 0d3eb11a2c
commit 79ee592f56
3 changed files with 7 additions and 3 deletions

View File

@@ -1,11 +1,15 @@
# Changelog
## Unreleased
## v1.19.0
### Changed
- MSRV (minimum supported rust version) is now 1.76.0 ([#208](https://github.com/tommilligan/mdbook-admonish/pull/208))
### Fixed
- Fixed blocks not rendering correctly in indented list items. Thanks to [@JorelAli](https://github.com/JorelAli) for the bug report! ([#224](https://github.com/tommilligan/mdbook-admonish/pull/224))
## v1.18.0
### Changed

2
Cargo.lock generated
View File

@@ -981,7 +981,7 @@ dependencies = [
[[package]]
name = "mdbook-admonish"
version = "1.18.0"
version = "1.19.0"
dependencies = [
"anyhow",
"clap",

View File

@@ -1,6 +1,6 @@
[package]
name = "mdbook-admonish"
version = "1.18.0"
version = "1.19.0"
edition = "2021"
rust-version = "1.76.0"