Skip to content

Commit 489fee7

Browse files
committed
0.2.3
1 parent ea89548 commit 489fee7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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.2"
3+
version = "0.2.3"
44
authors = ["Ashe Connor <[email protected]>"]
55
description = "A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter"
66
documentation = "https://docs.rs/comrak"

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.2.3
2+
3+
* Added header IDs extension.
4+
15
### 0.2.2
26

37
* Fix for pathological reference link parsing.

0 commit comments

Comments
 (0)