Skip to content

Commit 9707b80

Browse files
committed
0.4.2
1 parent 8ecd5e5 commit 9707b80

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
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.1"
3+
version = "0.4.2"
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.1
33+
comrak 0.4.2
3434
Ashe Connor <[email protected]>
3535
A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter
3636

changelog.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
### master
1+
### 0.4.2
22

33
* Add a callback to fill in broken reference links, per pulldown_cmark's
44
Parser::new_with_broken_link_callback. (#100, Sunjay Varma)
5+
* Update to latest spec. (#99)
56

67
### 0.4.1
78

0 commit comments

Comments
 (0)