diff --git a/Cargo.lock b/Cargo.lock index a07098dd..1eb25feb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -155,7 +155,7 @@ dependencies = [ [[package]] name = "comrak" -version = "0.34.0" +version = "0.35.0" dependencies = [ "arbitrary", "bon", diff --git a/README.md b/README.md index 678d5c06..87b387df 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Specify it as a requirement in `Cargo.toml`: ``` toml [dependencies] -comrak = "0.34" +comrak = "0.35" ``` Comrak's library supports Rust 1.62.1+. diff --git a/changelog.txt b/changelog.txt index 09fec832..04e1f40f 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +# [v0.35.0] - 23-01-2025 + +* Use CSS class instead of by @digitalmoksha in https://github.com/kivikakk/comrak/pull/524 + +Diff: https://github.com/kivikakk/comrak/compare/v0.34.0...v0.35.0 + + # [v0.34.0] - 21-01-2025 Admonition special!