Skip to content

Commit

Permalink
Bump version to 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rneatherway committed Sep 4, 2015
1 parent 925c4ac commit 24ed1ee
Show file tree
Hide file tree
Showing 2 changed files with 9 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.23.1")>]
[<assembly: AssemblyFileVersionAttribute("0.23.1")>]
[<assembly: AssemblyVersionAttribute("0.24.0")>]
[<assembly: AssemblyFileVersionAttribute("0.24.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.23.1"
let [<Literal>] Version = "0.24.0"
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### 0.24.0 - 04.09.2015

* Backwards-incompatible: do not format help text, leave that to the
client, which allows the display to be more semantic. #63 (due to
@Krzysztof-Cieslak)

#### 0.23.1 - 02.09.2015

* Fix MSBuild v14 support on non-English systems by avoiding
Expand Down

0 comments on commit 24ed1ee

Please sign in to comment.