Skip to content

Commit 4c909b6

Browse files
committed
0.20.0
1 parent 769b4e5 commit 4c909b6

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "comrak"
3-
version = "0.19.0"
3+
version = "0.20.0"
44
authors = ["Asherah Connor <[email protected]>"]
55
description = "A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter"
66
documentation = "https://docs.rs/comrak"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Specify it as a requirement in `Cargo.toml`:
2222

2323
``` toml
2424
[dependencies]
25-
comrak = "0.19"
25+
comrak = "0.20"
2626
```
2727

2828
Comrak supports Rust stable.

changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 0.20.0
2+
3+
* build(deps): bump rustix from 0.36.11 to 0.36.16 in /fuzz by @dependabot in https://github.com/kivikakk/comrak/pull/346
4+
* Use Nix for CI. by @charlottia in https://github.com/kivikakk/comrak/pull/338
5+
* Allow for Syntect to simply generate CSS classes by @gjtorikian in https://github.com/kivikakk/comrak/pull/347
6+
7+
18
### 0.19.0
29

310
* Simplify anchorize() by @kornelski in https://github.com/kivikakk/comrak/pull/297

0 commit comments

Comments
 (0)