Skip to content

Commit

Permalink
0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Jul 4, 2022
1 parent c465cb5 commit 2c1eb06
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "comrak"
version = "0.13.1"
version = "0.13.2"
authors = ["Ashe Connor <[email protected]>"]
description = "A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter"
documentation = "https://docs.rs/comrak"
Expand Down Expand Up @@ -49,4 +49,4 @@ xdg = "^2.1"
syntect = { version = "4.6", optional = true, default-features = false, features = ["default-fancy"] }

[target.'cfg(not(target_arch="wasm32"))'.dependencies]
syntect = { version = "4.6", optional = true, default-features = false, features = ["assets", "dump-load", "html", "regex-onig"] }
syntect = { version = "4.6", optional = true, default-features = false, features = ["assets", "dump-load", "html", "regex-onig"] }
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ curl.exe -A "MS" https://webinstall.dev/comrak | powershell

``` console
$ comrak --help
comrak 0.13.1
comrak 0.13.2
Ashe Connor <[email protected]>
A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter

Expand Down
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.13.2

* Fix Windows build.

### 0.13.1

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

0 comments on commit 2c1eb06

Please sign in to comment.