From 4f99010da935bdfdbee4cb3b074559b5c12e8543 Mon Sep 17 00:00:00 2001 From: kivikakk <1915+kivikakk@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:36:44 +0000 Subject: [PATCH 1/2] [skip test] update changelog --- README.md | 5 ++++- changelog.txt | 8 ++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf780ac9..484066e9 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Specify it as a requirement in `Cargo.toml`: ``` toml [dependencies] -comrak = "0.26" +comrak = "0.27" ``` Comrak's library supports Rust 1.62.1+. @@ -149,6 +149,9 @@ Options: --sourcepos Include source position attribute in HTML and XML output + --experimental-inline-sourcepos + Include inline sourcepos in HTML output, which is known to have issues + --ignore-setext Ignore setext headers diff --git a/changelog.txt b/changelog.txt index abfee07c..a2744f50 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,11 @@ +# [v0.27.0] - 19-08-2024 +## What's Changed +* Add @Meow as contributor for Discord-Flavored Markdown by @liamwhite in https://github.com/kivikakk/comrak/pull/446 +* Track line offsets for better accuracy of inline sourcepos by @digitalmoksha in https://github.com/kivikakk/comrak/pull/453 +* Add experimental-inline-sourcepos to cli options by @digitalmoksha in https://github.com/kivikakk/comrak/pull/455 + + +**Full Changelog**: https://github.com/kivikakk/comrak/compare/v0.26.0...v0.27.0 # [v0.26.0] - 12-07-2024 * Restore inline sourcepos as experimental. by @kivikakk in https://github.com/kivikakk/comrak/pull/444 From 34fa5c438342cef1f6d434acb60ec618a2244996 Mon Sep 17 00:00:00 2001 From: Asherah Connor Date: Mon, 19 Aug 2024 13:37:53 +0300 Subject: [PATCH 2/2] changelog.txt: update. --- changelog.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/changelog.txt b/changelog.txt index a2744f50..48f2b58b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,11 +1,11 @@ # [v0.27.0] - 19-08-2024 -## What's Changed -* Add @Meow as contributor for Discord-Flavored Markdown by @liamwhite in https://github.com/kivikakk/comrak/pull/446 + * Track line offsets for better accuracy of inline sourcepos by @digitalmoksha in https://github.com/kivikakk/comrak/pull/453 * Add experimental-inline-sourcepos to cli options by @digitalmoksha in https://github.com/kivikakk/comrak/pull/455 +Diff: https://github.com/kivikakk/comrak/compare/v0.26.0...v0.27.0 + -**Full Changelog**: https://github.com/kivikakk/comrak/compare/v0.26.0...v0.27.0 # [v0.26.0] - 12-07-2024 * Restore inline sourcepos as experimental. by @kivikakk in https://github.com/kivikakk/comrak/pull/444