]> granicus.if.org Git - multimarkdown/commitdiff
version bump
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Wed, 8 Feb 2017 04:16:50 +0000 (23:16 -0500)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Wed, 8 Feb 2017 04:16:50 +0000 (23:16 -0500)
CMakeLists.txt
README.md
templates/README.md.in

index b8324d397e49e3a643d1205838868d4428e9b44f..f2d2be04f43eab15a5c0e2c3b0be64d76932ff40 100644 (file)
@@ -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}")
 
index 0b779796da24ca374263a1b53da99f1e40591c8f..01622818d57059c197c758f172a6a46a4d09f74e 100644 (file)
--- 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
        * 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! ##
 
index 9e8b908db5955e5387a9316a19c4ca4ddded1b30..b785ee2f8f5cf50bbb526fdddabec0440fa680af 100644 (file)
@@ -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
        * 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! ##