Skip to content

Commit 45358c2

Browse files
committed
0.2.10
1 parent 26c1dba commit 45358c2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-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.2.9"
3+
version = "0.2.10"
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
@@ -28,7 +28,7 @@ A binary is included which does everything you typically want:
2828

2929
```
3030
$ comrak --help
31-
comrak 0.2.9
31+
comrak 0.2.10
3232
Ashe Connor <[email protected]>
3333
A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter
3434

changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 0.2.10
2+
3+
* Bring up to date with latest spec.
4+
* Fix parsing of tables nested in other block elements (#61, Brian Anderson).
5+
* Protect against stack smashing in inline processors and CommonMark and HTML
6+
formatters (#63, Brian Anderson).
7+
18
### 0.2.9
29

310
* Fix a corner case in the ATX header parser (#53, Brian Anderson).

0 commit comments

Comments
 (0)