Skip to content

Commit

Permalink
Update to 0.9.51
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed Apr 5, 2016
1 parent 6d49eba commit ad74b10
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 @@ -237,4 +237,8 @@ Fix issue with failing and using the after method [Issue #247](https://github.co
Fix issue with encoding on the command line [Issue #252](https://github.com/lefthandedgoat/canopy/issue/252)

#### 0.9.50 - March 27 2016
Fix issue with multiple dropdowns with same values [Issue #253](https://github.com/lefthandedgoat/canopy/issue/253)
Fix issue with multiple dropdowns with same values [Issue #253](https://github.com/lefthandedgoat/canopy/issue/253)


#### 0.9.51 - April 5 2016
Add onPass and OnFail hooks, thanks Tony! [Issue #254](https://github.com/lefthandedgoat/canopy/issue/254)
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.50")>]
[<assembly: AssemblyFileVersionAttribute("0.9.50")>]
[<assembly: AssemblyVersionAttribute("0.9.51")>]
[<assembly: AssemblyFileVersionAttribute("0.9.51")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.9.50"
let [<Literal>] Version = "0.9.51"

0 comments on commit ad74b10

Please sign in to comment.