Skip to content

Commit 2c1eb06

Browse files
committed
0.13.2
1 parent c465cb5 commit 2c1eb06

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "comrak"
3-
version = "0.13.1"
3+
version = "0.13.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"
@@ -49,4 +49,4 @@ xdg = "^2.1"
4949
syntect = { version = "4.6", optional = true, default-features = false, features = ["default-fancy"] }
5050

5151
[target.'cfg(not(target_arch="wasm32"))'.dependencies]
52-
syntect = { version = "4.6", optional = true, default-features = false, features = ["assets", "dump-load", "html", "regex-onig"] }
52+
syntect = { version = "4.6", optional = true, default-features = false, features = ["assets", "dump-load", "html", "regex-onig"] }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ curl.exe -A "MS" https://webinstall.dev/comrak | powershell
4343

4444
``` console
4545
$ comrak --help
46-
comrak 0.13.1
46+
comrak 0.13.2
4747
Ashe Connor <[email protected]>
4848
A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter
4949

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 0.13.2
2+
3+
* Fix Windows build.
4+
15
### 0.13.1
26

37
* Support compiling for WASM. (#222, Ben Wishoshavich)

0 commit comments

Comments
 (0)