Skip to content

Commit 6d1be8e

Browse files
committed
0.6.0
1 parent 8d20c75 commit 6d1be8e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

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.5.1"
3+
version = "0.6.0"
44
authors = ["Ashe 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
@@ -30,7 +30,7 @@ A binary is included which does everything you typically want:
3030

3131
``` console
3232
$ comrak --help
33-
comrak 0.5.1
33+
comrak 0.6.0
3434
Ashe Connor <[email protected]>
3535
A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter
3636

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.6.0
2+
3+
* Add TaskItem variant to NodeValue. (#115, Élisabeth Henry)
4+
15
### 0.5.1
26

37
* Support building on Rust versions back to 1.27.0. (#114)

0 commit comments

Comments
 (0)