Skip to content

Commit f220bef

Browse files
committed
Bump version to 0.29.0
1 parent d7d6836 commit f220bef

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

RELEASE_NOTES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#### 0.29.0 - 12.07.2016
2+
13
#### 0.28.0 - 05.04.2016
24

35
* Backwards-incompatible: Make completions faster by not requiring a parse on each request: #99

src/FsAutoComplete.Suave/AssemblyInfo.fs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ open System.Reflection
44
[<assembly: AssemblyTitleAttribute("FsAutoComplete.Suave")>]
55
[<assembly: AssemblyProductAttribute("FsAutoComplete.Suave")>]
66
[<assembly: AssemblyDescriptionAttribute("A Suave web server for interfacing with FSharp.Compiler.Service over a HTTP.")>]
7-
[<assembly: AssemblyVersionAttribute("0.28.0")>]
8-
[<assembly: AssemblyFileVersionAttribute("0.28.0")>]
7+
[<assembly: AssemblyVersionAttribute("0.29.0")>]
8+
[<assembly: AssemblyFileVersionAttribute("0.29.0")>]
99
do ()
1010

1111
module internal AssemblyVersionInformation =
12-
let [<Literal>] Version = "0.28.0"
13-
let [<Literal>] InformationalVersion = "0.28.0"
12+
let [<Literal>] Version = "0.29.0"
13+
let [<Literal>] InformationalVersion = "0.29.0"

src/FsAutoComplete/AssemblyInfo.fs

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

1111
module internal AssemblyVersionInformation =
12-
let [<Literal>] Version = "0.28.0"
13-
let [<Literal>] InformationalVersion = "0.28.0"
12+
let [<Literal>] Version = "0.29.0"
13+
let [<Literal>] InformationalVersion = "0.29.0"

0 commit comments

Comments
 (0)