From a241912acf14258388b3684e24b5f5d3c7dd7f47 Mon Sep 17 00:00:00 2001 From: digitalmoksha <20626+digitalmoksha@users.noreply.github.com> Date: Thu, 10 Oct 2024 00:57:24 +0000 Subject: [PATCH 1/2] [skip test] update changelog --- README.md | 2 +- changelog.txt | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2b241e7..0318c34a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Specify it as a requirement in `Cargo.toml`: ``` toml [dependencies] -comrak = "0.28" +comrak = "0.29" ``` Comrak's library supports Rust 1.62.1+. diff --git a/changelog.txt b/changelog.txt index 20537d8a..f590f509 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,11 @@ +# [v0.29.0] - 10-10-2024 +## What's Changed +* build(deps): bump peter-evans/create-pull-request from 6 to 7 by @dependabot in https://github.com/kivikakk/comrak/pull/467 +* Add support for backslash escape in wikilinks by @digitalmoksha in https://github.com/kivikakk/comrak/pull/471 +* Cargo.toml: v0.29.0 by @digitalmoksha in https://github.com/kivikakk/comrak/pull/475 + + +**Full Changelog**: https://github.com/kivikakk/comrak/compare/v0.28.0...v0.29.0 # [v0.28.0] - 05-09-2024 * Add a render option to render the image as
by @JmPotato in https://github.com/kivikakk/comrak/pull/458 From 3cfb63adfe47a6fd91c0fede60b09219c77bee15 Mon Sep 17 00:00:00 2001 From: digitalMoksha Date: Wed, 9 Oct 2024 20:01:06 -0500 Subject: [PATCH 2/2] Fix changelog --- changelog.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/changelog.txt b/changelog.txt index f590f509..4318f03c 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,11 +1,10 @@ # [v0.29.0] - 10-10-2024 -## What's Changed -* build(deps): bump peter-evans/create-pull-request from 6 to 7 by @dependabot in https://github.com/kivikakk/comrak/pull/467 + * Add support for backslash escape in wikilinks by @digitalmoksha in https://github.com/kivikakk/comrak/pull/471 -* Cargo.toml: v0.29.0 by @digitalmoksha in https://github.com/kivikakk/comrak/pull/475 + +Diff: https://github.com/kivikakk/comrak/compare/v0.28.0...v0.29.0 -**Full Changelog**: https://github.com/kivikakk/comrak/compare/v0.28.0...v0.29.0 # [v0.28.0] - 05-09-2024 * Add a render option to render the image as
by @JmPotato in https://github.com/kivikakk/comrak/pull/458 @@ -75,7 +74,7 @@ Diff: https://github.com/kivikakk/comrak/compare/v0.25.0...v0.26.0 * Inline sourcepos is no longer reported in HTML output. It remains in the AST and in XML output, but it is not reliable. See the PR for details. * Link sourcepos is slightly better than it was when it spans multiple lines. - + ## New Contributors * @liamwhite made their first contribution in https://github.com/kivikakk/comrak/pull/421