Skip to content

Commit ce5b831

Browse files
committed
0.1.9
1 parent 1944c09 commit ce5b831

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-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.1.8"
3+
version = "0.1.9"
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
@@ -15,7 +15,7 @@ A binary is included which does everything you typically want:
1515

1616
```
1717
$ comrak --help
18-
comrak 0.1.8
18+
comrak 0.1.9
1919
Ashe Connor <[email protected]>
2020
CommonMark parser with GitHub Flavored Markdown extensions
2121

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 0.1.9
2+
3+
* Multibyte character fix for autolink (#35, Shaquille Johnson).
4+
* Resolve panics with tables in awkward situations (#36).
5+
16
### 0.1.8
27

38
* Fix possible DoS in link parsing (#33, Demi Obenour).

0 commit comments

Comments
 (0)