Skip to content

Commit 2c13fb9

Browse files
committed
Bump version number for 0.16.0
1 parent 42cf4cc commit 2c13fb9

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

FSharp.AutoComplete/AssemblyInfo.fs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ open System.Reflection
44
[<assembly: AssemblyTitleAttribute("FSharp.AutoComplete")>]
55
[<assembly: AssemblyProductAttribute("FSharp.AutoComplete")>]
66
[<assembly: AssemblyDescriptionAttribute("A command line tool for interfacing with FSharp.Compiler.Service over a pipe.")>]
7-
[<assembly: AssemblyVersionAttribute("0.15.0")>]
8-
[<assembly: AssemblyFileVersionAttribute("0.15.0")>]
7+
[<assembly: AssemblyVersionAttribute("0.16.0")>]
8+
[<assembly: AssemblyFileVersionAttribute("0.16.0")>]
99
do ()
1010

1111
module internal AssemblyVersionInformation =
12-
let [<Literal>] Version = "0.15.0"
12+
let [<Literal>] Version = "0.16.0"

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#### 0.16.0 - 28.05.2015
2+
3+
* Implement multiple unsaved file checking - https://github.com/fsharp/FSharp.AutoComplete/pull/8
4+
15
#### 0.15.0 - 20.05.2015
26

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

0 commit comments

Comments
 (0)