Skip to content

Commit

Permalink
Update to 0.9.41
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed Nov 13, 2015
1 parent cba1b33 commit 8efd877
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,8 @@ Fix a bug in the bug I fixed in 0.9.38 [Issue #218](https://github.com/lefthande

#### 0.9.40 - November 4 2015
Added nmany to let you run many tests with a name [Issue #219](https://github.com/lefthandedgoat/canopy/issues/219)

#### 0.9.41 - November 12 2015
Updated to Selenium 2.48.1 [Issue #221](https://github.com/lefthandedgoat/canopy/issues/221)
Added AutoOpen attribute so you dont have open types, runner, or configuration explicitly [Issue #222](https://github.com/lefthandedgoat/canopy/issues/222)
New Startup mode for Firefox taking a path and a TimeSpan [Issue #223](https://github.com/lefthandedgoat/canopy/issues/223)
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.40")>]
[<assembly: AssemblyFileVersionAttribute("0.9.40")>]
[<assembly: AssemblyVersionAttribute("0.9.41")>]
[<assembly: AssemblyFileVersionAttribute("0.9.41")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.9.40"
let [<Literal>] Version = "0.9.41"

0 comments on commit 8efd877

Please sign in to comment.