Skip to content

Commit ce18372

Browse files
Merge pull request #566 from kivikakk/release/v0.39.0
Release v0.39.0.
2 parents 66f0fa3 + ce0cb30 commit ce18372

3 files changed

Lines changed: 12 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.38"
20+
comrak = "0.39"
2121
```
2222

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

changelog.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [v0.39.0] - 2025-05-02
2+
3+
New APIs:
4+
5+
* Make dangerous_url public by @digitalmoksha in https://github.com/kivikakk/comrak/pull/564
6+
7+
Diff: https://github.com/kivikakk/comrak/compare/v0.38.0...v0.39.0
8+
9+
110
# [v0.38.0] - 2025-04-05
211

312
Bug fixes:
@@ -667,3 +676,4 @@ each case.
667676
# [0.1.8]
668677

669678
* Fix possible DoS in link parsing (#33, Demi Obenour).
679+

0 commit comments

Comments
 (0)