From a5b5f7fc0d61b9a9d822b3edb6cda2a57fb3d80c Mon Sep 17 00:00:00 2001 From: "Fletcher T. Penney" Date: Tue, 7 Feb 2017 23:16:50 -0500 Subject: [PATCH] version bump --- CMakeLists.txt | 4 ++-- README.md | 10 +++++++--- templates/README.md.in | 6 +++++- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b8324d3..f2d2be0 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-28") +set (My_Project_Revised_Date "2017-02-07") set (My_Project_Version_Major 0) set (My_Project_Version_Minor 1) -set (My_Project_Version_Patch 1a) +set (My_Project_Version_Patch 2a) 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 0b77979..0162281 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ | ---------- | ------------------------- | | Title: | MultiMarkdown 6 | | Author: | Fletcher T. Penney | -| Date: | 2017-01-28 | +| Date: | 2017-02-07 | | Copyright: | Copyright © 2016 - 2017 Fletcher T. Penney. | -| Version: | 0.1.1a | +| Version: | 0.1.2a | ## Updates ## @@ -24,7 +24,7 @@ * Metadata/Variables * "pathologic" test cases from CommonMark -* 2017-?? -- v 0.1.2a: +* 2017-02-07 -- v 0.1.2a: * "pathologic" test suite -- fix handling of nested brackets, e.g. `[[[[foo]]]]` to avoid bogging down checking for reference links that @@ -32,6 +32,10 @@ * Table support -- a single blank line separates sections of tables, so at least two blank lines are needed between adjacent tables. * Definition list support + * "fuzz testing" -- stress test the parser for unexpected failures + * Table of Contents support + * Improved compatibility mode parsing + ## An Announcement! ## diff --git a/templates/README.md.in b/templates/README.md.in index 9e8b908..b785ee2 100644 --- a/templates/README.md.in +++ b/templates/README.md.in @@ -24,7 +24,7 @@ * Metadata/Variables * "pathologic" test cases from CommonMark -* 2017-?? -- v 0.1.2a: +* 2017-02-07 -- v 0.1.2a: * "pathologic" test suite -- fix handling of nested brackets, e.g. `[[[[foo]]]]` to avoid bogging down checking for reference links that @@ -32,6 +32,10 @@ * Table support -- a single blank line separates sections of tables, so at least two blank lines are needed between adjacent tables. * Definition list support + * "fuzz testing" -- stress test the parser for unexpected failures + * Table of Contents support + * Improved compatibility mode parsing + ## An Announcement! ## -- 2.40.0