From 994baae8732582b388b9a33665ded2191e21e58c Mon Sep 17 00:00:00 2001 From: Ashe Connor Date: Wed, 13 Sep 2017 13:58:36 +1000 Subject: [PATCH] 0.2.1 --- Cargo.toml | 2 +- changelog.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f73a7d0..7ce63f4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "comrak" -version = "0.2.0" +version = "0.2.1" authors = ["Ashe Connor "] description = "A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter" documentation = "https://docs.rs/comrak" diff --git a/changelog.txt b/changelog.txt index 4209f2f2..c5eff852 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +### 0.2.1 + +* Speed optimisations. + ### 0.2.0 * The formatters no longer produce Strings themeselves; you must specify an