Skip to content

Commit 93d76e4

Browse files
committed
Bump version to 0.26.0
1 parent f24019f commit 93d76e4

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

FsAutoComplete.Suave/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.Suave")>]
55
[<assembly: AssemblyProductAttribute("FsAutoComplete.Suave")>]
66
[<assembly: AssemblyDescriptionAttribute("A Suave web server for interfacing with FSharp.Compiler.Service over a HTTP.")>]
7-
[<assembly: AssemblyVersionAttribute("0.25.1")>]
8-
[<assembly: AssemblyFileVersionAttribute("0.25.1")>]
7+
[<assembly: AssemblyVersionAttribute("0.26.0")>]
8+
[<assembly: AssemblyFileVersionAttribute("0.26.0")>]
99
do ()
1010

1111
module internal AssemblyVersionInformation =
12-
let [<Literal>] Version = "0.25.1"
12+
let [<Literal>] Version = "0.26.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.25.1")>]
8-
[<assembly: AssemblyFileVersionAttribute("0.25.1")>]
7+
[<assembly: AssemblyVersionAttribute("0.26.0")>]
8+
[<assembly: AssemblyFileVersionAttribute("0.26.0")>]
99
do ()
1010

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

RELEASE_NOTES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### 0.26.0 - 20.10.2015
2+
3+
* Fix for uncompiled referenced projects: #78.
4+
* Backwards-incompatible: Framework no longer returned in `project` reponse.
5+
16
#### 0.25.1 - 16.10.2015
27

38
* Add App.config to FsAutoComplete.Suave release: #76.

0 commit comments

Comments
 (0)