From 58a9aa459df9f56fba4f24e69844068f7d18b22a Mon Sep 17 00:00:00 2001 From: kivikakk <1915+kivikakk@users.noreply.github.com> Date: Thu, 5 Sep 2024 17:10:47 +0000 Subject: [PATCH 1/2] [skip test] update changelog --- README.md | 2 +- changelog.txt | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 484066e9..b2b241e7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Specify it as a requirement in `Cargo.toml`: ``` toml [dependencies] -comrak = "0.27" +comrak = "0.28" ``` Comrak's library supports Rust 1.62.1+. diff --git a/changelog.txt b/changelog.txt index 48f2b58b..72174504 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,12 @@ +# [v0.28.0] - 05-09-2024 +## What's Changed +* Add a render option to render the image as
by @JmPotato in https://github.com/kivikakk/comrak/pull/458 +* Fix edge cases for relaxed-autolink option by @digitalmoksha in https://github.com/kivikakk/comrak/pull/461 + +## New Contributors +* @JmPotato made their first contribution in https://github.com/kivikakk/comrak/pull/458 + +**Full Changelog**: https://github.com/kivikakk/comrak/compare/v0.27.0...v0.28.0 # [v0.27.0] - 19-08-2024 * Track line offsets for better accuracy of inline sourcepos by @digitalmoksha in https://github.com/kivikakk/comrak/pull/453 From 7f106c65ab7975d262b7f14581b6ae9959403c4c Mon Sep 17 00:00:00 2001 From: Asherah Connor Date: Thu, 5 Sep 2024 20:11:43 +0300 Subject: [PATCH 2/2] changelog.txt: update. --- changelog.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/changelog.txt b/changelog.txt index 72174504..20537d8a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,12 +1,11 @@ # [v0.28.0] - 05-09-2024 -## What's Changed + * Add a render option to render the image as
by @JmPotato in https://github.com/kivikakk/comrak/pull/458 * Fix edge cases for relaxed-autolink option by @digitalmoksha in https://github.com/kivikakk/comrak/pull/461 -## New Contributors -* @JmPotato made their first contribution in https://github.com/kivikakk/comrak/pull/458 +Diff: https://github.com/kivikakk/comrak/compare/v0.27.0...v0.28.0 + -**Full Changelog**: https://github.com/kivikakk/comrak/compare/v0.27.0...v0.28.0 # [v0.27.0] - 19-08-2024 * Track line offsets for better accuracy of inline sourcepos by @digitalmoksha in https://github.com/kivikakk/comrak/pull/453