Skip to content

Commit

Permalink
0.2.13
Browse files Browse the repository at this point in the history
Signed-off-by: Ashe Connor <ashe@kivikakk.ee>
  • Loading branch information
kivikakk committed Jun 22, 2018
1 parent fa151b6 commit 9d68a1a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "comrak"
version = "0.2.12"
version = "0.2.13"
authors = ["Ashe Connor <kivikakk@github.com>"]
description = "A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter"
documentation = "https://docs.rs/comrak"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ A binary is included which does everything you typically want:

```
$ comrak --help
comrak 0.2.12
comrak 0.2.13
Ashe Connor <kivikakk@github.com>
A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter
Expand Down
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 0.2.13

* Speed enhancements. (#75, Shaquille Johnson)

### 0.2.12

* Add safety options per the reference C implementation. (#67)

### 0.2.11

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

0 comments on commit 9d68a1a

Please sign in to comment.