Skip to content

Commit

Permalink
0.2.9
Browse files Browse the repository at this point in the history
Signed-off-by: Ashe Connor <[email protected]>
  • Loading branch information
kivikakk committed Apr 13, 2018
1 parent 7005929 commit 30a0c20
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.8"
version = "0.2.9"
authors = ["Ashe Connor <[email protected]>"]
description = "A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter"
documentation = "https://docs.rs/comrak"
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ A binary is included which does everything you typically want:

```
$ comrak --help
comrak 0.2.8
comrak 0.2.9
Ashe Connor <[email protected]>
A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter
Expand All @@ -45,6 +45,7 @@ FLAGS:
--github-pre-lang Use GitHub-style <pre lang> for code blocks
--hardbreaks Treat newlines as hard line breaks
-h, --help Prints help information
--smart Use smart punctuation
-V, --version Prints version information
OPTIONS:
Expand Down Expand Up @@ -161,6 +162,7 @@ Thank you for PRs and issues opened!
* [carols10cents](https://github.com/carols10cents)
* [treiff](https://github.com/treiff)
* [steveklabnik](https://github.com/steveklabnik)
* [brson](https://github.com/brson)

## Legal

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.9

* Fix a corner case in the ATX header parser (#53, Brian Anderson).
* Fix grammar for scanning table marker rows (#55, Brian Anderson).
* Add smart punctuation (#57).

### 0.2.8

* Add `default-info-string` argument/option to specify a default language in fenced
Expand Down

0 comments on commit 30a0c20

Please sign in to comment.