From 30a0c2085108d675518a47e05ef58038ebaad15c Mon Sep 17 00:00:00 2001 From: Ashe Connor Date: Fri, 13 Apr 2018 19:57:21 +1000 Subject: [PATCH] 0.2.9 Signed-off-by: Ashe Connor --- Cargo.toml | 2 +- README.md | 4 +++- changelog.txt | 6 ++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 41736258..23f653f9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "comrak" -version = "0.2.8" +version = "0.2.9" 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 820758c9..f51d797d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ A binary is included which does everything you typically want: ``` $ comrak --help -comrak 0.2.8 +comrak 0.2.9 Ashe Connor A 100% CommonMark-compatible GitHub Flavored Markdown parser and formatter @@ -45,6 +45,7 @@ FLAGS: --github-pre-lang Use GitHub-style
 for code blocks
         --hardbreaks         Treat newlines as hard line breaks
     -h, --help               Prints help information
+        --smart              Use smart punctuation
     -V, --version            Prints version information
 
 OPTIONS:
@@ -161,6 +162,7 @@ Thank you for PRs and issues opened!
 * [carols10cents](https://github.com/carols10cents)
 * [treiff](https://github.com/treiff)
 * [steveklabnik](https://github.com/steveklabnik)
+* [brson](https://github.com/brson)
 
 ## Legal
 
diff --git a/changelog.txt b/changelog.txt
index 888bbd0b..0f755820 100644
--- a/changelog.txt
+++ b/changelog.txt
@@ -1,3 +1,9 @@
+### 0.2.9
+
+* Fix a corner case in the ATX header parser (#53, Brian Anderson).
+* Fix grammar for scanning table marker rows (#55, Brian Anderson).
+* Add smart punctuation (#57).
+
 ### 0.2.8
 
 * Add `default-info-string` argument/option to specify a default language in fenced