Skip to content

Commit ce89ecf

Browse files
Merge pull request #544 from kivikakk/release/v0.36.0
Release v0.36.0
2 parents 63ca831 + a64a400 commit ce89ecf

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Specify it as a requirement in `Cargo.toml`:
1717

1818
``` toml
1919
[dependencies]
20-
comrak = "0.35"
20+
comrak = "0.36"
2121
```
2222

2323
Comrak's library supports Rust <span class="msrv">1.65</span>+.
@@ -59,7 +59,7 @@ Options:
5959
-c, --config-file <PATH>
6060
Path to config file containing command-line arguments, or 'none'
6161
62-
[default: /Users/kivikakk/.config/comrak/config]
62+
[default: /home/runner/.config/comrak/config]
6363
6464
-i, --inplace
6565
To perform an in-place formatting

changelog.txt

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# [v0.36.0] - 28-02-2025
2+
3+
Bug fixes:
4+
5+
* Stop at first suitable $ at inline math by @Bubbis in https://github.com/kivikakk/comrak/pull/533
6+
7+
New features/APIs:
8+
9+
* Create custom HTML formatters. by @kivikakk in https://github.com/kivikakk/comrak/pull/540
10+
* make `AlertType` methods public by @fiji-flo in https://github.com/kivikakk/comrak/pull/532
11+
* commonmark: experimental minimize by @charlottia in https://github.com/kivikakk/comrak/pull/523
12+
13+
Behind the scenes:
14+
15+
* tests: don't let sourcepos stand in the way of roundtrip tests. by @kivikakk in https://github.com/kivikakk/comrak/pull/543
16+
* Refactor html output functions by @digitalmoksha in https://github.com/kivikakk/comrak/pull/529
17+
* Write a sourcepos test for each `NodeValue` variant by @SamWilsn in https://github.com/kivikakk/comrak/pull/498
18+
19+
Documentation:
20+
21+
* docs: add Python bindings repo and PyPI links to Related Projects by @lmmx in https://github.com/kivikakk/comrak/pull/539
22+
23+
## New Contributors
24+
25+
* @Bubbis made their first contribution in https://github.com/kivikakk/comrak/pull/533
26+
* @lmmx made their first contribution in https://github.com/kivikakk/comrak/pull/539
27+
28+
Diff: https://github.com/kivikakk/comrak/compare/v0.35.0...v0.36.0
29+
30+
131
# [v0.35.0] - 23-01-2025
232

333
* Use CSS class `markdown-alert` instead of `alert` by @digitalmoksha in https://github.com/kivikakk/comrak/pull/524

0 commit comments

Comments
 (0)