diff --git a/Cargo.lock b/Cargo.lock index 78584e7c..a07098dd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -155,7 +155,7 @@ dependencies = [ [[package]] name = "comrak" -version = "0.33.0" +version = "0.34.0" dependencies = [ "arbitrary", "bon", diff --git a/README.md b/README.md index af1264ec..678d5c06 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Specify it as a requirement in `Cargo.toml`: ``` toml [dependencies] -comrak = "0.33" +comrak = "0.34" ``` Comrak's library supports Rust 1.62.1+. diff --git a/changelog.txt b/changelog.txt index c8ca85d0..09fec832 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,13 @@ +# [v0.34.0] - 21-01-2025 + +Admonition special! + +* Add GitHub style alerts / admonitions by @digitalmoksha in https://github.com/kivikakk/comrak/pull/519 +* Enable GitLab multiline alerts by @digitalmoksha in https://github.com/kivikakk/comrak/pull/521 + +Diff: https://github.com/kivikakk/comrak/compare/v0.33.0...v0.34.0 + + # [v0.33.0] - 04-01-2025 Happy new year! Thanks to @nicoburns for these changes, enabling much faster