File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Specify it as a requirement in `Cargo.toml`:
1717
1818``` toml
1919[dependencies ]
20- comrak = " 0.36 "
20+ comrak = " 0.37 "
2121```
2222
2323Comrak's library supports Rust <span class =" msrv " >1.65</span >+.
Original file line number Diff line number Diff line change 1+ # [v0.37.0] - 25-03-2025
2+
3+ Bug fixes:
4+
5+ * add --all-features to CI matrix, add missing shortcode case. by @charlottia in https://github.com/kivikakk/comrak/pull/546
6+ * Inline sourcepos fixes. by @kivikakk in https://github.com/kivikakk/comrak/pull/542
7+
8+ Documentation:
9+
10+ * docs: add mdex (elixir bindings) in the list of related projects by @leandrocp in https://github.com/kivikakk/comrak/pull/547
11+ * Add Commonmarker to related projects by @gjtorikian in https://github.com/kivikakk/comrak/pull/548
12+
13+
14+ Diff: https://github.com/kivikakk/comrak/compare/v0.36.0...v0.37.0
15+
16+
117# [v0.36.0] - 28-02-2025
218
319Bug fixes:
You can’t perform that action at this time.
0 commit comments