diff --git a/Cargo.lock b/Cargo.lock index ea973428..bdb6805b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -155,7 +155,7 @@ dependencies = [ [[package]] name = "comrak" -version = "0.30.0" +version = "0.31.0" dependencies = [ "arbitrary", "bon", diff --git a/README.md b/README.md index f9f1b188..ed681b82 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Specify it as a requirement in `Cargo.toml`: ``` toml [dependencies] -comrak = "0.30" +comrak = "0.31" ``` Comrak's library supports Rust 1.62.1+. diff --git a/changelog.txt b/changelog.txt index 4207a015..7840d407 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +# [v0.31.0] - 26-11-2024 + +* Enhance description lists by @digitalmoksha in https://github.com/kivikakk/comrak/pull/462 + +Diff: https://github.com/kivikakk/comrak/compare/v0.30.0...v0.31.0 + + # [v0.30.0] - 22-11-2024 * Add `task-list-item` class to task list items by @nicoburns in https://github.com/kivikakk/comrak/pull/468