diff options
author | Tom Milligan <tom.milligan@uipath.com> | 2024-06-20 14:43:12 +0100 |
---|---|---|
committer | Tom Milligan <tom.milligan@uipath.com> | 2024-06-20 14:43:12 +0100 |
commit | 540ea8e5e8710553535c82223d25d7d667287169 (patch) | |
tree | 3cc5ca45134e863212e690b3846c980cff65feeb | |
parent | ae4bac21bae4e43fd6d98719770df2c131ac62f7 (diff) |
chore: prep 1.18.0 releaseprep-1.18.0
-rw-r--r-- | CHANGELOG.md | 11 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 628dfea..1f97a9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## v1.18.0 + +### Changed + +- Add ARIA attributes to generated blocks. Thanks to [@toastal](https://github.com/toastal) for suggesting this feature! ([#195](https://github.com/tommilligan/mdbook-admonish/pull/195)) + - Note: This subtly alters the emitted HTML, and could cause additional styles applied to blocks to break. Native `mdbook-admonish` styles are not affected. + +### Fixed + +- Fixed some valid configurations producing TOML serialization errors. Thanks to [@DianaNites](https://github.com/DianaNites) for reporting this! ([#197](https://github.com/tommilligan/mdbook-admonish/pull/197)) + ## v1.17.1 ### Fixed @@ -967,7 +967,7 @@ dependencies = [ [[package]] name = "mdbook-admonish" -version = "1.17.1" +version = "1.18.0" dependencies = [ "anyhow", "clap", @@ -1,6 +1,6 @@ [package] name = "mdbook-admonish" -version = "1.17.1" +version = "1.18.0" edition = "2021" rust-version = "1.74.0" |