Skip to content

Commit

Permalink
Bump version number for 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rneatherway committed May 31, 2015
1 parent 24e081c commit 916c162
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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.16.0")>]
[<assembly: AssemblyFileVersionAttribute("0.16.0")>]
[<assembly: AssemblyVersionAttribute("0.17.0")>]
[<assembly: AssemblyFileVersionAttribute("0.17.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.16.0"
let [<Literal>] Version = "0.17.0"
6 changes: 5 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
#### 0.17.0 - 31.05.2015

* Completion filtering - https://github.com/fsharp/FSharp.AutoComplete/pull/10

#### 0.16.0 - 28.05.2015

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

#### 0.15.0 - 20.05.2015

Expand Down

0 comments on commit 916c162

Please sign in to comment.