Skip to content

Commit 9d68a1a

Browse files
committed
0.2.13
Signed-off-by: Ashe Connor <[email protected]>
1 parent fa151b6 commit 9d68a1a

File tree

3 files changed

+10
-2
lines changed

3 files changed

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

changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 0.2.13
2+
3+
* Speed enhancements. (#75, Shaquille Johnson)
4+
5+
### 0.2.12
6+
7+
* Add safety options per the reference C implementation. (#67)
8+
19
### 0.2.11
210

311
* Expose Arena type so users don't need to bring it in themselves (#66, Vincent

0 commit comments

Comments
 (0)