Skip to content

Commit f7a1458

Browse files
committed
0.8.2
1 parent 7532e32 commit f7a1458

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "comrak"
3-
version = "0.8.1"
3+
version = "0.8.2"
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ A binary is included which does everything you typically want:
3131

3232
``` console
3333
$ comrak --help
34-
comrak 0.8.1
34+
comrak 0.8.2
3535
Ashe Connor <[email protected]>
3636
A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter
3737

changelog.txt

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 0.8.2
2+
3+
* Fix some lint issues. (#152, Caleb Maclennan)
4+
* Build benchmarks separately to tests. (#154)
5+
* Add support for a config file for CLI use. (#157, with thanks to AJ ONeal.)
6+
17
### 0.8.1
28

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

0 commit comments

Comments
 (0)