Skip to content

Commit f32c573

Browse files
committed
0.2.5
1 parent 083be3b commit f32c573

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-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.4"
3+
version = "0.2.5"
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.4
18+
comrak 0.2.5
1919
Ashe Connor <[email protected]>
2020
A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter
2121

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 0.2.5
2+
3+
* Fixed a bug where an exclamation mark "!" followed by a footnote would be
4+
eaten by the parser.
5+
16
### 0.2.4
27

38
* Added footnotes support.

0 commit comments

Comments
 (0)