Skip to content

Commit

Permalink
Merge pull request #199 from tommilligan/prep-1.18.0
Browse files Browse the repository at this point in the history
chore: prep 1.18.0 release
  • Loading branch information
tommilligan authored Jun 20, 2024
2 parents ae4bac2 + 540ea8e commit 147a9bd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mdbook-admonish"
version = "1.17.1"
version = "1.18.0"
edition = "2021"
rust-version = "1.74.0"

Expand Down

0 comments on commit 147a9bd

Please sign in to comment.