Skip to content

Commit

Permalink
Update to 0.9.48
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed Mar 24, 2016
1 parent 86a1e95 commit f5249f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,3 +226,9 @@ Fix #238 add escape key [Issue #238](https://github.com/lefthandedgoat/canopy/is
Drop SizSelCsZzz dependency [Issue #244](https://github.com/lefthandedgoat/canopy/issue/244)
Drop Selenium.Support dependency [Issue #245](https://github.com/lefthandedgoat/canopy/issue/245)
BREAKING moved browser from canopy.core.browser to canopy.types.browser

#### 0.9.48 - March 24 2016
Fix issue with jquery selectors that had single ticks in them [Issue #250](https://github.com/lefthandedgoat/canopy/issue/250)
Update to latest Selenium 2.53.0 [Issue #251](https://github.com/lefthandedgoat/canopy/issue/251)
Added ability to skip a test that fails with a specific error message [Issue #248](https://github.com/lefthandedgoat/canopy/issue/248)
Fix issue with failing and using the after method [Issue #247](https://github.com/lefthandedgoat/canopy/issue/247)
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.47")>]
[<assembly: AssemblyFileVersionAttribute("0.9.47")>]
[<assembly: AssemblyVersionAttribute("0.9.48")>]
[<assembly: AssemblyFileVersionAttribute("0.9.48")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.9.47"
let [<Literal>] Version = "0.9.48"

0 comments on commit f5249f7

Please sign in to comment.