Skip to content

Commit

Permalink
Bump version to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rneatherway committed Aug 6, 2015
1 parent 3050bf9 commit 34f51fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FsAutoComplete/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("FsAutoComplete")>]
[<assembly: AssemblyProductAttribute("FsAutoComplete")>]
[<assembly: AssemblyDescriptionAttribute("A command line tool for interfacing with FSharp.Compiler.Service over a pipe.")>]
[<assembly: AssemblyVersionAttribute("0.21.1")>]
[<assembly: AssemblyFileVersionAttribute("0.21.1")>]
[<assembly: AssemblyVersionAttribute("0.22.0")>]
[<assembly: AssemblyFileVersionAttribute("0.22.0")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.21.1"
let [<Literal>] Version = "0.22.0"
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 0.22.0 - 06.08.2015

* Backwards-incompatible: Symbol use command now includes FileName rather than Filename

#### 0.21.1 - 06.08.2015

* Reduce timeout message from 'error' to 'info'
Expand Down

0 comments on commit 34f51fd

Please sign in to comment.