diff --git a/FSharp.AutoComplete/AssemblyInfo.fs b/FSharp.AutoComplete/AssemblyInfo.fs index f0d7eae63..6cf799fcc 100644 --- a/FSharp.AutoComplete/AssemblyInfo.fs +++ b/FSharp.AutoComplete/AssemblyInfo.fs @@ -4,9 +4,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.16.0" + let [] Version = "0.17.0" diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e38594119..3a1cda2f5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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