From 2d9ef26ff3ecb80a4c5b72e198b70fb01d018ca2 Mon Sep 17 00:00:00 2001 From: kivikakk <1915+kivikakk@users.noreply.github.com> Date: Tue, 17 Dec 2024 07:27:56 +0000 Subject: [PATCH 1/2] [skip test] update changelog --- Cargo.lock | 2 +- README.md | 2 +- changelog.txt | 17 +++++++++++++++++ 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bdb6805b..3141ab2e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -155,7 +155,7 @@ dependencies = [ [[package]] name = "comrak" -version = "0.31.0" +version = "0.32.0" dependencies = [ "arbitrary", "bon", diff --git a/README.md b/README.md index ed681b82..d371cae6 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Specify it as a requirement in `Cargo.toml`: ``` toml [dependencies] -comrak = "0.31" +comrak = "0.32" ``` Comrak's library supports Rust 1.62.1+. diff --git a/changelog.txt b/changelog.txt index 7840d407..0636496a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,20 @@ +# [v0.32.0] - 17-12-2024 +## What's Changed +* rust-toolchain: remove by @charlottia in https://github.com/kivikakk/comrak/pull/493 +* Account for front matter when calculating by @SamWilsn in https://github.com/kivikakk/comrak/pull/494 +* callbacks: constrain to input lifetime by @liamwhite in https://github.com/kivikakk/comrak/pull/499 +* Refactor open_new_blocks by @digitalmoksha in https://github.com/kivikakk/comrak/pull/505 +* Refactors open_new_blocks by lifting out handlers by @digitalmoksha in https://github.com/kivikakk/comrak/pull/506 +* Make override by @SamWilsn in https://github.com/kivikakk/comrak/pull/500 +* Detect ending front matter delimiter at EOF by @kivikakk in https://github.com/kivikakk/comrak/pull/508 +* Add Raw Node by @wakairo in https://github.com/kivikakk/comrak/pull/511 + +## New Contributors +* @charlottia made their first contribution in https://github.com/kivikakk/comrak/pull/493 +* @SamWilsn made their first contribution in https://github.com/kivikakk/comrak/pull/494 +* @wakairo made their first contribution in https://github.com/kivikakk/comrak/pull/511 + +**Full Changelog**: https://github.com/kivikakk/comrak/compare/v0.31.0...v0.32.0 # [v0.31.0] - 26-11-2024 * Enhance description lists by @digitalmoksha in https://github.com/kivikakk/comrak/pull/462 From c2327c63c0c51d51422077dc6d66343ed0be8cdc Mon Sep 17 00:00:00 2001 From: Asherah Connor Date: Tue, 17 Dec 2024 18:29:02 +1100 Subject: [PATCH 2/2] changelog.txt: update. --- changelog.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.txt b/changelog.txt index 0636496a..5e49028d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,5 @@ # [v0.32.0] - 17-12-2024 -## What's Changed + * rust-toolchain: remove by @charlottia in https://github.com/kivikakk/comrak/pull/493 * Account for front matter when calculating by @SamWilsn in https://github.com/kivikakk/comrak/pull/494 * callbacks: constrain to input lifetime by @liamwhite in https://github.com/kivikakk/comrak/pull/499 @@ -10,11 +10,14 @@ * Add Raw Node by @wakairo in https://github.com/kivikakk/comrak/pull/511 ## New Contributors + * @charlottia made their first contribution in https://github.com/kivikakk/comrak/pull/493 * @SamWilsn made their first contribution in https://github.com/kivikakk/comrak/pull/494 * @wakairo made their first contribution in https://github.com/kivikakk/comrak/pull/511 -**Full Changelog**: https://github.com/kivikakk/comrak/compare/v0.31.0...v0.32.0 +Diff: https://github.com/kivikakk/comrak/compare/v0.31.0...v0.32.0 + + # [v0.31.0] - 26-11-2024 * Enhance description lists by @digitalmoksha in https://github.com/kivikakk/comrak/pull/462