diff --git a/Cargo.toml b/Cargo.toml index d2463a9d..31f37292 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "comrak" -version = "0.6.1" +version = "0.6.2" 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 4813ad93..8703a90c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ A binary is included which does everything you typically want: ``` console $ comrak --help -comrak 0.6.1 +comrak 0.6.2 Ashe Connor A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter diff --git a/changelog.txt b/changelog.txt index fc53e1f2..8add16c8 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,8 @@ +### 0.6.2 + +* Exclude unneeded files from crate. (#120, Igor Gnatenko) +* Bump the twoway dependency. (#121, Igor Gnatenko) + ### 0.6.1 * Add --gfm flag to CLI to enable all GitHub Flavored Markdown extensions and