From: Fletcher T. Penney Date: Sun, 29 Jan 2017 00:57:51 +0000 (-0500) Subject: CHANGED: version bump X-Git-Tag: 0.1.1a^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2c89eaace850ada111b0229da2b2b75be98e7a9;p=multimarkdown CHANGED: version bump --- diff --git a/CMakeLists.txt b/CMakeLists.txt index c65f493..2c254ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,10 +8,10 @@ cmake_minimum_required (VERSION 2.6) set (My_Project_Title "MultiMarkdown 6") set (My_Project_Description "Lightweight markup processor to produce HTML, LaTeX, and more.") set (My_Project_Author "Fletcher T. Penney") -set (My_Project_Revised_Date "2017-01-18") +set (My_Project_Revised_Date "2017-01-28") set (My_Project_Version_Major 0) set (My_Project_Version_Minor 1) -set (My_Project_Version_Patch 0a) +set (My_Project_Version_Patch 1a) set (My_Project_Version "${My_Project_Version_Major}.${My_Project_Version_Minor}.${My_Project_Version_Patch}") diff --git a/README.md b/README.md index 0d548b5..dc4523d 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,25 @@ | ---------- | ------------------------- | | Title: | MultiMarkdown 6 | | Author: | Fletcher T. Penney | -| Date: | 2017-01-18 | +| Date: | 2017-01-28 | | Copyright: | Copyright © 2016 - 2017 Fletcher T. Penney. | -| Version: | 0.1.0a | +| Version: | 0.1.1a | + + +## Updates ## + +* 2017-01-28 -- v 0.1.1a includes a few updates: + + * Metadata support + * Metadata variables support + * Extended ASCII range character checking + * Rudimentary language translations, including German + * Improved performance + * Additional testing: + * CriticMarkup + * HTML Blokcs + * Metadata/Variables + * "pathologic" test cases from CommonMark ## An Announcement! ## diff --git a/templates/README.md.in b/templates/README.md.in index 33644cb..d842cac 100644 --- a/templates/README.md.in +++ b/templates/README.md.in @@ -9,6 +9,22 @@ | Version: | @My_Project_Version@ | +## Updates ## + +* 2017-01-28 -- v 0.1.1a includes a few updates: + + * Metadata support + * Metadata variables support + * Extended ASCII range character checking + * Rudimentary language translations, including German + * Improved performance + * Additional testing: + * CriticMarkup + * HTML Blokcs + * Metadata/Variables + * "pathologic" test cases from CommonMark + + ## An Announcement! ## I would like to officially announce that MultiMarkdown version 6 is in public