Skip to content

Commit af1a067

Browse files
committed
Bump version to 0.25.0
1 parent e7b9d06 commit af1a067

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

FsAutoComplete.Suave/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ open System.Reflection
33

44
[<assembly: AssemblyTitleAttribute("FsAutoComplete.Suave")>]
55
[<assembly: AssemblyProductAttribute("FsAutoComplete.Suave")>]
6-
[<assembly: AssemblyDescriptionAttribute("A command line tool for interfacing with FSharp.Compiler.Service over a pipe.")>]
7-
[<assembly: AssemblyVersionAttribute("0.24.1")>]
8-
[<assembly: AssemblyFileVersionAttribute("0.24.1")>]
6+
[<assembly: AssemblyDescriptionAttribute("A Suave web server for interfacing with FSharp.Compiler.Service over a HTTP.")>]
7+
[<assembly: AssemblyVersionAttribute("0.25.0")>]
8+
[<assembly: AssemblyFileVersionAttribute("0.25.0")>]
99
do ()
1010

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

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.24.1")>]
8-
[<assembly: AssemblyFileVersionAttribute("0.24.1")>]
7+
[<assembly: AssemblyVersionAttribute("0.25.0")>]
8+
[<assembly: AssemblyFileVersionAttribute("0.25.0")>]
99
do ()
1010

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

RELEASE_NOTES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
#### 0.25.0 - 14.10.2015
2+
3+
* Add Suave hosting for FSAC: #74.
4+
* Backwards-incompatible: return GlyphName rather than code in
5+
Declarations message: #75.
6+
17
#### 0.24.1 - 11.09.2015
28

39
* Fix StackOverflowException and encoding issue: #70.

0 commit comments

Comments
 (0)