Skip to content

Commit bd0eaad

Browse files
Merge pull request #550 from kivikakk/release/v0.37.0
[skip test] Release v0.37.0
2 parents 493157a + dc1a446 commit bd0eaad

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
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.36"
20+
comrak = "0.37"
2121
```
2222

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

changelog.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
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

319
Bug fixes:

0 commit comments

Comments
 (0)