Skip to content

Commit

Permalink
Bump version to 0.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rneatherway committed Dec 8, 2015
1 parent 137acef commit bdfd078
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
6 changes: 3 additions & 3 deletions FsAutoComplete.Suave/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FsAutoComplete.Suave")>]
[<assembly: AssemblyProductAttribute("FsAutoComplete.Suave")>]
[<assembly: AssemblyDescriptionAttribute("A Suave web server for interfacing with FSharp.Compiler.Service over a HTTP.")>]
[<assembly: AssemblyVersionAttribute("0.26.1")>]
[<assembly: AssemblyFileVersionAttribute("0.26.1")>]
[<assembly: AssemblyVersionAttribute("0.27.0")>]
[<assembly: AssemblyFileVersionAttribute("0.27.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.26.1"
let [<Literal>] Version = "0.27.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.26.1")>]
[<assembly: AssemblyFileVersionAttribute("0.26.1")>]
[<assembly: AssemblyVersionAttribute("0.27.0")>]
[<assembly: AssemblyFileVersionAttribute("0.27.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.26.1"
let [<Literal>] Version = "0.27.0"
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#### 0.27.0 - 08.12.2015

* Upgrade to FCS 2.0.0.0-beta and add project cracking verbosity option: #86.
* Add FSharpLint support: #83.

#### 0.26.1 - 23.10.2015

* Switch to depend on FSharp.Core 4.3.1.0: #81.
Expand Down

0 comments on commit bdfd078

Please sign in to comment.