Skip to content

Commit ef2f268

Browse files
Merge pull request #597 from kivikakk/release/v0.41.1
Release v0.41.1.
2 parents 0709018 + 5206613 commit ef2f268

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
- name: Update changelog.txt
6161
run: |
6262
echo "# [v${{ steps.version-label.outputs.version }}] - `date +%Y-%m-%d`" >> changelog.txt.tmp
63-
echo "${{steps.generate-release-notes.outputs.changelog}}" >> changelog.txt.tmp
63+
echo '' > changelog.txt
64+
echo '${{steps.generate-release-notes.outputs.changelog}}' >> changelog.txt.tmp
6465
echo '' >> changelog.txt
6566
cat changelog.txt >> changelog.txt.tmp
6667
mv changelog.txt.tmp changelog.txt

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

changelog.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [v0.41.1] - 2025-09-14
2+
3+
Bug fixes:
4+
5+
* Fix the range of non-emoji general purpose variation selector by @tats-u in https://github.com/kivikakk/comrak/pull/596
6+
7+
Stability:
8+
9+
* html: remove some panics on unusual ASTs, and document others. by @kivikakk in https://github.com/kivikakk/comrak/pull/589
10+
11+
Behind the scenes:
12+
13+
* Cleanup fuzzers, add unresolved `relaxed_autolink_email_in_footnote` test by @Mrmaxmeier in https://github.com/kivikakk/comrak/pull/594
14+
* build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/kivikakk/comrak/pull/590
15+
16+
## New Contributors
17+
18+
* @Mrmaxmeier made their first contribution in https://github.com/kivikakk/comrak/pull/594
19+
20+
Diff: https://github.com/kivikakk/comrak/compare/v0.41.0...v0.41.1
21+
22+
123
# [v0.41.0] - 2025-08-09
224

325
New features:
@@ -736,3 +758,4 @@ each case.
736758

737759

738760

761+

0 commit comments

Comments
 (0)