Skip to content

Commit 24ed1ee

Browse files
committed
Bump version to 0.24.0
1 parent 925c4ac commit 24ed1ee

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

FsAutoComplete/AssemblyInfo.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ open System.Reflection
44
[<assembly: AssemblyTitleAttribute("FsAutoComplete")>]
55
[<assembly: AssemblyProductAttribute("FsAutoComplete")>]
66
[<assembly: AssemblyDescriptionAttribute("A command line tool for interfacing with FSharp.Compiler.Service over a pipe.")>]
7-
[<assembly: AssemblyVersionAttribute("0.23.1")>]
8-
[<assembly: AssemblyFileVersionAttribute("0.23.1")>]
7+
[<assembly: AssemblyVersionAttribute("0.24.0")>]
8+
[<assembly: AssemblyFileVersionAttribute("0.24.0")>]
99
do ()
1010

1111
module internal AssemblyVersionInformation =
12-
let [<Literal>] Version = "0.23.1"
12+
let [<Literal>] Version = "0.24.0"

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#### 0.24.0 - 04.09.2015
2+
3+
* Backwards-incompatible: do not format help text, leave that to the
4+
client, which allows the display to be more semantic. #63 (due to
5+
@Krzysztof-Cieslak)
6+
17
#### 0.23.1 - 02.09.2015
28

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

0 commit comments

Comments
 (0)