Skip to content

Commit f0913f3

Browse files
committed
Bump version number for 0.18.0
1 parent 02872b6 commit f0913f3

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

FSharp.AutoComplete/AssemblyInfo.fs

100644100755
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.17.0")>]
8-
[<assembly: AssemblyFileVersionAttribute("0.17.0")>]
7+
[<assembly: AssemblyVersionAttribute("0.18.0")>]
8+
[<assembly: AssemblyFileVersionAttribute("0.18.0")>]
99
do ()
1010

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

RELEASE_NOTES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
#### 0.18.0 - 03.06.2015
2+
3+
* Adjust for 1-based column indexing - https://github.com/fsharp/FSharp.AutoComplete/pull/13
4+
Note that this was previously the intended behaviour, but column
5+
indexes were treated as 0-based. Ensure that both line and column
6+
indexes sent in commands are 1-based.
7+
18
#### 0.17.0 - 31.05.2015
29

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

0 commit comments

Comments
 (0)