From 0efe8b52f602e9144eba71dfb4e85dbd9519fda5 Mon Sep 17 00:00:00 2001 From: charlottia <184591186+charlottia@users.noreply.github.com> Date: Tue, 21 Jan 2025 08:09:55 +0000 Subject: [PATCH 1/2] [skip test] update changelog --- Cargo.lock | 2 +- README.md | 2 +- changelog.txt | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) 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..34cdc1eb 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,10 @@ +# [v0.34.0] - 21-01-2025 +## What's Changed +* 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 + + +**Full Changelog**: 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 From 3c86dfaa74e0084e2f7868842cbbd9789f2abafd Mon Sep 17 00:00:00 2001 From: Charlotte Date: Tue, 21 Jan 2025 19:11:33 +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 34cdc1eb..09fec832 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,10 +1,13 @@ # [v0.34.0] - 21-01-2025 -## What's Changed + +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 + -**Full Changelog**: 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