From bf9f6bd3a89931330bc824fd70b66cadf8a2dc19 Mon Sep 17 00:00:00 2001 From: PaulMansour Date: Thu, 27 Apr 2023 12:32:48 -0600 Subject: [PATCH] Release 0.0.13 --- ReleaseNotes.md | 12 +++++++++++- acre.config | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index f3c687b..8b015c7 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,4 +1,14 @@ -# Abacus Release 0.0.12 +# Abacus Release 0.0.13 +1. Fix SetDocument +2. Fix for SetDocument +3. Add optional temp file name to SetDocument argument +4. Update README.md +5. Fix issue #4 +6. Small improvement to RemoveXMLSpace function +7. Fix issue with XML formatting +8. Minor changes to blog layout + +# Abacus Release 0.0.12 2022-12-19 11:17:38 1. Handles lists in markdown 2. Cleanup 3. Thread event handlers diff --git a/acre.config b/acre.config index 67ae8a1..eae5828 100644 --- a/acre.config +++ b/acre.config @@ -14,5 +14,5 @@ "ProjectSpace": "#.Abacus", "StartUp": "", "URL": "https://github.com/the-carlisle-group/Abacus", - "Version": "0.0.12" + "Version": "0.0.13" }