Skip to content

Commit

Permalink
Update to canopy 0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed May 29, 2014
1 parent a8da390 commit 826b44f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,7 @@
* Updated to the lastest version of SizSelCsZzz [Issue #146](https://github.com/lefthandedgoat/canopy/issues/146)
* Accepted reporter bug fix by soerennielsen. Thanks! [Issue #150](https://github.com/lefthandedgoat/canopy/issues/150)
* Accepted improvement to << by soerennielsen. Thanks! [Issue #151](https://github.com/lefthandedgoat/canopy/issues/151)

#### 0.9.11 - May 28 2014
* Upgraded to Selenium 2.42 [Issue #152](https://github.com/lefthandedgoat/canopy/issues/152)
* Chrome is now launched with --test-type flag to hide warning message of deprecated flags [Issue #153](https://github.com/lefthandedgoat/canopy/issues/153)
6 changes: 3 additions & 3 deletions src/canopy/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("canopy")>]
[<assembly: AssemblyProductAttribute("canopy")>]
[<assembly: AssemblyDescriptionAttribute("F# web testing framework")>]
[<assembly: AssemblyVersionAttribute("0.9.10")>]
[<assembly: AssemblyFileVersionAttribute("0.9.10")>]
[<assembly: AssemblyVersionAttribute("0.9.11")>]
[<assembly: AssemblyFileVersionAttribute("0.9.11")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.9.10"
let [<Literal>] Version = "0.9.11"

0 comments on commit 826b44f

Please sign in to comment.