Skip to content

Commit 3637f13

Browse files
committed
0.2.7
1 parent 4f635e1 commit 3637f13

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "comrak"
3-
version = "0.2.6"
3+
version = "0.2.7"
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A binary is included which does everything you typically want:
1515

1616
```
1717
$ comrak --help
18-
comrak 0.2.6
18+
comrak 0.2.7
1919
Ashe Connor <[email protected]>
2020
A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter
2121

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.2.7
2+
3+
* Use [`pest`](https://github.com/pest-parser/pest) instead of regexes for lexing.
4+
15
### 0.2.6
26

37
* Fixed a bug where back-to-back emphases would not be processed correctly.

0 commit comments

Comments
 (0)