Skip to content

Commit

Permalink
update to canopy 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed Jan 7, 2017
1 parent fd42ab8 commit 4852151
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,4 +295,9 @@ Large images in caused html reporter to act funny, converted from png to jpg for
Adding a new FireFox browser cosntructor [Issue #315](https://github.com/lefthandedgoat/canopy/issues/315)

#### 1.0.6 - Dec 5 2016
Add timestamp to log in describe() func thanks @knocte! [Issue #318](https://github.com/lefthandedgoat/canopy/pull/318)
Add timestamp to log in describe() func thanks @knocte! [Issue #318](https://github.com/lefthandedgoat/canopy/pull/318)

#### 1.0.7 - Jan 6 2017
Make embedded images optional in TeamCity reporter [Issue #324](https://github.com/lefthandedgoat/canopy/issues/324)
Improve suggestions on failed selector finds by switching from Levenshtein to Jaro-Winkler, thanks forki! [PR #323](https://github.com/lefthandedgoat/canopy/pull/323)
Improve exception messages in errors, thanks @knocte! [PR #321](https://github.com/lefthandedgoat/canopy/issues/321)
8 changes: 4 additions & 4 deletions src/canopy/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ open System.Reflection
[<assembly: AssemblyTitleAttribute("canopy")>]
[<assembly: AssemblyProductAttribute("canopy")>]
[<assembly: AssemblyDescriptionAttribute("F# web testing framework")>]
[<assembly: AssemblyVersionAttribute("1.0.6")>]
[<assembly: AssemblyFileVersionAttribute("1.0.6")>]
[<assembly: AssemblyVersionAttribute("1.0.7")>]
[<assembly: AssemblyFileVersionAttribute("1.0.7")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "1.0.6"
let [<Literal>] InformationalVersion = "1.0.6"
let [<Literal>] Version = "1.0.7"
let [<Literal>] InformationalVersion = "1.0.7"

0 comments on commit 4852151

Please sign in to comment.