Skip to content

Commit

Permalink
0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Aug 11, 2020
1 parent b46e3a2 commit 4b41ce7
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.8.0"
version = "0.8.1"
authors = ["Ashe Connor <ashe@kivikakk.ee>"]
description = "A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter"
documentation = "https://docs.rs/comrak"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@ A binary is included which does everything you typically want:

``` console
$ comrak --help
comrak 0.8.0
comrak 0.8.1
Ashe Connor <ashe@kivikakk.ee>
A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter

USAGE:
comrak [FLAGS] [OPTIONS] [--] [FILE]...

FLAGS:
--escape Escape raw HTML instead of clobbering it
--gfm Enable GitHub-flavored markdown extensions strikethrough, tagfilter, table, autolink, and
tasklist. It also enables --github-pre-lang.
--github-pre-lang Use GitHub-style <pre lang> for code blocks
Expand Down
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.8.1

* Add escape option to escape raw HTML instead of clobbering it. (#150, Ryan
Westlund)

### 0.8.0

* 0.7.1 was a semver-breaking change. This is now 0.8.0.
Expand Down

0 comments on commit 4b41ce7

Please sign in to comment.