Skip to content

Commit 764b309

Browse files
committed
CHANGELOG: finish v0.52.0.
1 parent 47d8c61 commit 764b309

1 file changed

Lines changed: 47 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 47 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
1-
# [v0.52.0] - 2026-04-04
2-
3-
## What's Changed
4-
* workflows: stop fuzz regressing. by @kivikakk in https://github.com/kivikakk/comrak/pull/771
5-
* Deprecate `header_ids` in favor of `header_id_prefix`, add `header_id_prefix_in_href` by @miketheman in https://github.com/kivikakk/comrak/pull/776
6-
* Bump toml from 1.0.3+spec-1.1.0 to 1.0.6+spec-1.1.0 by @dependabot[bot] in https://github.com/kivikakk/comrak/pull/778
7-
* feat: Add parse option for char-based columns in Sourcepos by @Martin005 in https://github.com/kivikakk/comrak/pull/779
8-
* expr_2021 cleanup, and remove Typst formatter. by @kivikakk in https://github.com/kivikakk/comrak/pull/781
9-
* Add block directive extension by @P-SiZK in https://github.com/kivikakk/comrak/pull/782
10-
* feat: Decouple greentext handling from blockquote parsing by @Martin005 in https://github.com/kivikakk/comrak/pull/789
11-
12-
## New Contributors
13-
* @P-SiZK made their first contribution in https://github.com/kivikakk/comrak/pull/782
14-
15-
**Full Changelog**: https://github.com/kivikakk/comrak/compare/v0.51.0...v0.52.0
16-
17-
---snip---
1+
<!--
182
193
Categories to use in this document, and the order in which to give them:
204
@@ -31,6 +15,52 @@ Categories to use in this document, and the order in which to give them:
3115
* Build changes
3216
* Behind the scenes
3317
18+
-->
19+
20+
# [v0.52.0] - 2026-04-04
21+
22+
Happy April!
23+
24+
Reverts:
25+
26+
* I had to remove the Typst formatter I was so happy about in the last release! This is very unfortunate. It turned out to be LLM-generated, and I just haven't had the time or energy to replace it myself. (by @kivikakk in https://github.com/kivikakk/comrak/pull/781)
27+
28+
Changed APIs:
29+
30+
* Deprecate the option name `header_ids` in favor of `header_id_prefix`, to make it clear that the option value actually adds a prefix to the `id` attribute, and add the `header_id_prefix_in_href` option, which adds the same prefix to generated `href`s. (by @miketheman in https://github.com/kivikakk/comrak/pull/776)
31+
* Decouple greentext handling from blockquote parsing. (by @Martin005 in https://github.com/kivikakk/comrak/pull/789)
32+
* This means a lone `>` amongst blockquotes won't trigger greentext when enabled.
33+
34+
New APIs:
35+
36+
* Add parse option for char-based columns in `Sourcepos`. They report by default in byte columns according to the input UTF-8 source. (by @Martin005 in https://github.com/kivikakk/comrak/pull/779)
37+
* Add block directive extension. (by @P-SiZK in https://github.com/kivikakk/comrak/pull/782)
38+
39+
Dependency updates:
40+
41+
* Bump toml from 1.0.3+spec-1.1.0 to 1.0.6+spec-1.1.0. (by `@dependabot[bot]` in https://github.com/kivikakk/comrak/pull/778)
42+
* I've lengthened the dependency cooldown in Dependabot to 90 days, given _gestures aimlessly_ the state of everything. (15c22fa2)
43+
44+
Documentation:
45+
46+
* Added a `CONTRIBUTING.md` that directs the reader to the README's contributing section. (ddae1558)
47+
48+
Build changes:
49+
50+
* Set `codegen-units = 1` for release builds. (suggested by @zamazan4ik, added in ea026ef3)
51+
52+
Behind the scenes:
53+
54+
* Stop fuzz targets regressing by adding the build to CI. (by @kivikakk in https://github.com/kivikakk/comrak/pull/771)
55+
56+
57+
## New Contributors
58+
59+
* @P-SiZK made their first contribution in https://github.com/kivikakk/comrak/pull/782
60+
61+
Diff: https://github.com/kivikakk/comrak/compare/v0.51.0...v0.52.0
62+
63+
3464
# [v0.51.0] - 2026-03-10
3565

3666
新年快乐! :) What a lovely assortment of improvements, fixes, and new contributors we have in this release. Of particular note, Comrak has gained initial support for [formatting to Typst](https://github.com/kivikakk/comrak/pull/763), thanks to @neilberkman! This is a first cut and there are some known issues — see the PR — but I'm super happy to have folks testing it sooner rather than later!

0 commit comments

Comments
 (0)