From a9fbec7ec24a89bf252243b5f9668af6521359ca Mon Sep 17 00:00:00 2001 From: Robin Neatherway Date: Fri, 14 Aug 2015 23:16:22 +0100 Subject: [PATCH] Bump version to 0.23.0 --- FsAutoComplete/AssemblyInfo.fs | 6 +++--- RELEASE_NOTES.md | 12 ++++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/FsAutoComplete/AssemblyInfo.fs b/FsAutoComplete/AssemblyInfo.fs index 767d8d62a..489f81879 100644 --- a/FsAutoComplete/AssemblyInfo.fs +++ b/FsAutoComplete/AssemblyInfo.fs @@ -4,9 +4,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.22.0" + let [] Version = "0.23.0" diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 25de467bc..c6bfa27c3 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,15 @@ +#### 0.23.0 - 14.08.2015 + +* Add a new `colorizations ` command to enable/disable asynchronous + provision of colorization information following a parse: #60 (Fixes #44). +* Newest FSharp.Core is used for type-checking scripts and for projects that + do not reference FSharp.Core. Supports F# 3.0, 3.1 and 4.0: #59. +* If MSBuild v12 is not available, instead try load MSBuild v14. This, together + with the previous point, adds support for VS2015-only Windows installs: #57. + Fixes: #12 #21 #23 #25 #54. +* Backwards-incompatible: `compilerlocation` command has changed. Now provides + path to best version of msbuild, fsc and fsi on Windows: #23. + #### 0.22.0 - 06.08.2015 * Backwards-incompatible: Symbol use command now includes FileName rather than Filename