From ae2b30357783ce307081280bd6e58dfe238ba068 Mon Sep 17 00:00:00 2001 From: Dave Glick Date: Wed, 27 Feb 2019 13:06:42 -0500 Subject: [PATCH] Release prep --- RELEASE | 2 +- ReleaseNotes.md | 7 +++++++ SolutionInfo.cs | 6 +++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/RELEASE b/RELEASE index 6c8b2a3c..0b1f88b8 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -v2.2.2 +v2.2.3 diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 588a29cb..d03e58d4 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,10 @@ +# 2.2.3 + +- [Feature] New `Raw` shortcode useful for escaping inner shortcode syntax +- [Refactoring] Changes the special nested escape processing instruction for shortcodes from a standard processing instruction to `` +- [Fix] Fixes a regression in `AutoLink` where a new document was being returned when it shouldn't have been (#786) +- [Fix] Moved the `AutoLink` module in docs to execute after all template processing (#786) + # 2.2.2 - [Feature] The `Include` shortcode now tracks what file it's been called from (including nested includes) and attempts to first resolve includes relative to the current file diff --git a/SolutionInfo.cs b/SolutionInfo.cs index 83457708..4eb7e41c 100644 --- a/SolutionInfo.cs +++ b/SolutionInfo.cs @@ -6,8 +6,8 @@ using System.Reflection; [assembly: AssemblyProduct("Wyam")] -[assembly: AssemblyVersion("2.2.2")] -[assembly: AssemblyFileVersion("2.2.2")] -[assembly: AssemblyInformationalVersion("2.2.2")] +[assembly: AssemblyVersion("2.2.3")] +[assembly: AssemblyFileVersion("2.2.3")] +[assembly: AssemblyInformationalVersion("2.2.3")] [assembly: AssemblyCopyright("Copyright © Wyam Contributors")]