Skip to content

Commit

Permalink
Bump version number for 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rneatherway committed May 28, 2015
1 parent 42cf4cc commit 2c13fb9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FSharp.AutoComplete/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FSharp.AutoComplete")>]
[<assembly: AssemblyProductAttribute("FSharp.AutoComplete")>]
[<assembly: AssemblyDescriptionAttribute("A command line tool for interfacing with FSharp.Compiler.Service over a pipe.")>]
[<assembly: AssemblyVersionAttribute("0.15.0")>]
[<assembly: AssemblyFileVersionAttribute("0.15.0")>]
[<assembly: AssemblyVersionAttribute("0.16.0")>]
[<assembly: AssemblyFileVersionAttribute("0.16.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.15.0"
let [<Literal>] Version = "0.16.0"
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 0.16.0 - 28.05.2015

* Implement multiple unsaved file checking - https://github.com/fsharp/FSharp.AutoComplete/pull/8

#### 0.15.0 - 20.05.2015

* Add Glyphs to completion responses - https://github.com/fsharp/FSharp.AutoComplete/pull/1

0 comments on commit 2c13fb9

Please sign in to comment.