diff --git a/Cargo.toml b/Cargo.toml index 3bc429a9..69351c95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "comrak" -version = "0.9.1" +version = "0.10.0" authors = ["Ashe Connor "] description = "A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter" documentation = "https://docs.rs/comrak" diff --git a/README.md b/README.md index 522ce27b..a8c3b32e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Specify it as a requirement in `Cargo.toml`: ``` toml [dependencies] -comrak = "0.9" +comrak = "0.10" ``` Comrak supports Rust stable. @@ -43,7 +43,7 @@ curl.exe -A "MS" https://webinstall.dev/comrak | powershell ``` console $ comrak --help -comrak 0.9.1 +comrak 0.10.0 Ashe Connor A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter @@ -72,6 +72,7 @@ OPTIONS: commonmark] --front-matter-delimiter Ignore front-matter that starts and ends with the given string --header-ids Use the Comrak header IDs extension, with the given ID prefix + -o, --output Write output to FILE instead of stdout --width Specify wrap width (0 = nowrap) [default: 0] ARGS: diff --git a/changelog.txt b/changelog.txt index f0428dd3..ce019110 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,8 +1,14 @@ +### 0.10.0 + +* 0.9.1 was a semver-breaking change. +* Add -o/--output CLI option. (#177) + ### 0.9.1 * SECURITY: we were matching unsafe URL prefixes, such as `data:` or `javascript:`, in a case-sensitive manner. This meant prefixes like `Data:` were untouched. Please upgrade as soon as possible. (Kouhei Morita) +* Add support for ignoring front matter. (#170, Eitan Mosenkis.) ### 0.9.0