Skip to content

Commit dc07704

Browse files
Merge pull request #512 from kivikakk/release/v0.32.0
[skip test] Release v0.32.0
2 parents 8003b93 + c2327c6 commit dc07704

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+1-1
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.31"
20+
comrak = "0.32"
2121
```
2222

2323
Comrak's library supports Rust <span class="msrv">1.62.1</span>+.

changelog.txt

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [v0.32.0] - 17-12-2024
2+
3+
* rust-toolchain: remove by @charlottia in https://github.com/kivikakk/comrak/pull/493
4+
* Account for front matter when calculating by @SamWilsn in https://github.com/kivikakk/comrak/pull/494
5+
* callbacks: constrain to input lifetime by @liamwhite in https://github.com/kivikakk/comrak/pull/499
6+
* Refactor open_new_blocks by @digitalmoksha in https://github.com/kivikakk/comrak/pull/505
7+
* Refactors open_new_blocks by lifting out handlers by @digitalmoksha in https://github.com/kivikakk/comrak/pull/506
8+
* Make override by @SamWilsn in https://github.com/kivikakk/comrak/pull/500
9+
* Detect ending front matter delimiter at EOF by @kivikakk in https://github.com/kivikakk/comrak/pull/508
10+
* Add Raw Node by @wakairo in https://github.com/kivikakk/comrak/pull/511
11+
12+
## New Contributors
13+
14+
* @charlottia made their first contribution in https://github.com/kivikakk/comrak/pull/493
15+
* @SamWilsn made their first contribution in https://github.com/kivikakk/comrak/pull/494
16+
* @wakairo made their first contribution in https://github.com/kivikakk/comrak/pull/511
17+
18+
Diff: https://github.com/kivikakk/comrak/compare/v0.31.0...v0.32.0
19+
20+
121
# [v0.31.0] - 26-11-2024
222

323
* Enhance description lists by @digitalmoksha in https://github.com/kivikakk/comrak/pull/462

0 commit comments

Comments
 (0)