File tree 3 files changed +22
-2
lines changed
3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Specify it as a requirement in `Cargo.toml`:
17
17
18
18
``` toml
19
19
[dependencies ]
20
- comrak = " 0.31 "
20
+ comrak = " 0.32 "
21
21
```
22
22
23
23
Comrak's library supports Rust <span class =" msrv " >1.62.1</span >+.
Original file line number Diff line number Diff line change
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
+
1
21
# [v0.31.0] - 26-11-2024
2
22
3
23
* Enhance description lists by @digitalmoksha in https://github.com/kivikakk/comrak/pull/462
You can’t perform that action at this time.
0 commit comments