Skip to content

Commit 6491d97

Browse files
committed
0.2.14
1 parent 6362fec commit 6491d97

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.2.13"
3+
version = "0.2.14"
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.13
31+
comrak 0.2.14
3232
Ashe Connor <[email protected]>
3333
A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter
3434

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 0.2.14
2+
3+
* Speed enhancements. (#76, Brian Anderson)
4+
* Target latest spec; bring comrak closer into line with cmark. (#81, Brian Anderson and Ashe Connor)
5+
16
### 0.2.13
27

38
* Speed enhancements. (#75, Shaquille Johnson)

0 commit comments

Comments
 (0)