diff --git a/Cargo.toml b/Cargo.toml index 64f9b6c4..943a22d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "comrak" -version = "0.2.12" +version = "0.2.13" 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 9a74df53..e459b81c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ A binary is included which does everything you typically want: ``` $ comrak --help -comrak 0.2.12 +comrak 0.2.13 Ashe Connor A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter diff --git a/changelog.txt b/changelog.txt index d8473a70..fb834035 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,11 @@ +### 0.2.13 + +* Speed enhancements. (#75, Shaquille Johnson) + +### 0.2.12 + +* Add safety options per the reference C implementation. (#67) + ### 0.2.11 * Expose Arena type so users don't need to bring it in themselves (#66, Vincent