Skip to content

Commit a1ef157

Browse files
committed
Bump version to 0.21.1
1 parent eaa4081 commit a1ef157

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

FsAutoComplete/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("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.21.0")>]
8-
[<assembly: AssemblyFileVersionAttribute("0.21.0")>]
7+
[<assembly: AssemblyVersionAttribute("0.21.1")>]
8+
[<assembly: AssemblyFileVersionAttribute("0.21.1")>]
99
do ()
1010

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

RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#### 0.21.1 - 06.08.2015
2+
3+
* Reduce timeout message from 'error' to 'info'
4+
15
#### 0.21.0 - 04.08.2015
26

37
* Update to FCS 1.4.X (support for F# 4.0): #52

0 commit comments

Comments
 (0)