Skip to content

Commit

Permalink
Bump version to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rneatherway committed Aug 14, 2015
1 parent ce8a653 commit a9fbec7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FsAutoComplete/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FsAutoComplete")>]
[<assembly: AssemblyProductAttribute("FsAutoComplete")>]
[<assembly: AssemblyDescriptionAttribute("A command line tool for interfacing with FSharp.Compiler.Service over a pipe.")>]
[<assembly: AssemblyVersionAttribute("0.22.0")>]
[<assembly: AssemblyFileVersionAttribute("0.22.0")>]
[<assembly: AssemblyVersionAttribute("0.23.0")>]
[<assembly: AssemblyFileVersionAttribute("0.23.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.22.0"
let [<Literal>] Version = "0.23.0"
12 changes: 12 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
#### 0.23.0 - 14.08.2015

* Add a new `colorizations <true|false>` 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
Expand Down

0 comments on commit a9fbec7

Please sign in to comment.