Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Sep 11, 2017
1 parent 3acc8fa commit 47d0960
Show file tree
Hide file tree
Showing 3 changed files with 8 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.1.9"
version = "0.2.0"
authors = ["Ashe Connor <[email protected]>"]
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 @@ -15,7 +15,7 @@ A binary is included which does everything you typically want:

```
$ comrak --help
comrak 0.1.9
comrak 0.2.0
Ashe Connor <[email protected]>
CommonMark parser with GitHub Flavored Markdown extensions
Expand Down
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 0.2.0

* The formatters no longer produce Strings themeselves; you must specify an
output stream.
* Speed up whitespace normalisation.

### 0.1.9

* Multibyte character fix for autolink (#35, Shaquille Johnson).
Expand Down

0 comments on commit 47d0960

Please sign in to comment.