Skip to content

Commit

Permalink
update to 0.9.44
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed Jan 19, 2016
1 parent 46f06db commit b2663f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,8 @@ Updated to Selenium 2.48.2
Added support for configurable file names on failure screenshots [Issue #224](https://github.com/lefthandedgoat/canopy/issues/224)

#### 0.9.43 - December 2 2015
Improved error handeling on screenshots [Issue #225](https://github.com/lefthandedgoat/canopy/issues/225)
Improved error handeling on screenshots [Issue #225](https://github.com/lefthandedgoat/canopy/issues/225)

#### 0.9.44 - January 18 2016
Accepted PR to fix error handeling regression, thanks @RubenOen [Pull Request #230](https://github.com/lefthandedgoat/canopy/pull/230)
Fixed issue where read could some times suffer form stale element exceptions and the likes [Issue #229](https://github.com/lefthandedgoat/canopy/issue/229)
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.43")>]
[<assembly: AssemblyFileVersionAttribute("0.9.43")>]
[<assembly: AssemblyVersionAttribute("0.9.44")>]
[<assembly: AssemblyFileVersionAttribute("0.9.44")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.9.43"
let [<Literal>] Version = "0.9.44"

0 comments on commit b2663f5

Please sign in to comment.