From 2e481f6ba9792a604098c897e80a368a4273e225 Mon Sep 17 00:00:00 2001 From: PaulMansour Date: Mon, 7 Aug 2023 21:49:54 -0600 Subject: [PATCH] Release 0.0.14 --- ReleaseNotes.md | 6 +++++- acre.config | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 8b015c7..7565648 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,4 +1,8 @@ -# Abacus Release 0.0.13 +# Abacus Release 0.0.14 +1. Preserve unknown entities and whitespace +2. Add style and script to AddXMLSpace + +# Abacus Release 0.0.13 2023-04-27 12:32:48 1. Fix SetDocument 2. Fix for SetDocument 3. Add optional temp file name to SetDocument argument diff --git a/acre.config b/acre.config index eae5828..2c9a5ab 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.13" + "Version": "0.0.14" }