Skip to content

Commit

Permalink
Bump version to 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rneatherway committed Oct 14, 2015
1 parent e7b9d06 commit af1a067
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
8 changes: 4 additions & 4 deletions FsAutoComplete.Suave/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ open System.Reflection

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

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.24.1"
let [<Literal>] Version = "0.25.0"
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.24.1")>]
[<assembly: AssemblyFileVersionAttribute("0.24.1")>]
[<assembly: AssemblyVersionAttribute("0.25.0")>]
[<assembly: AssemblyFileVersionAttribute("0.25.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.24.1"
let [<Literal>] Version = "0.25.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.25.0 - 14.10.2015

* Add Suave hosting for FSAC: #74.
* Backwards-incompatible: return GlyphName rather than code in
Declarations message: #75.

#### 0.24.1 - 11.09.2015

* Fix StackOverflowException and encoding issue: #70.
Expand Down

0 comments on commit af1a067

Please sign in to comment.