Skip to content

Commit c911d0f

Browse files
committed
0.4.4
1 parent b637229 commit c911d0f

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.4.3"
3+
version = "0.4.4"
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
```
3232
$ comrak --help
33-
comrak 0.4.3
33+
comrak 0.4.4
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.4.4
2+
3+
* Add From<NodeValue> impl to AstNode. (#105, Sunjay Varma)
4+
15
### 0.4.3
26

37
* Add a Default derive and Ast::new to make ASTs programmatically

0 commit comments

Comments
 (0)