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