Skip to content

Commit

Permalink
#197 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed Jun 1, 2015
1 parent 92a1cf3 commit f98fb72
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,6 @@

#### 0.9.24 - May 19 2015
* Fixed bug related to new &&&&& (always) operator [Issue #195](https://github.com/lefthandedgoat/canopy/issues/195)

#### 0.9.25 - June 1 2015
* Fixed bug where after wouldn't run following a failed test [Issue #197](https://github.com/lefthandedgoat/canopy/issues/197)
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.24")>]
[<assembly: AssemblyFileVersionAttribute("0.9.24")>]
[<assembly: AssemblyVersionAttribute("0.9.25")>]
[<assembly: AssemblyFileVersionAttribute("0.9.25")>]
do ()

module internal AssemblyVersionInformation =
let [<Literal>] Version = "0.9.24"
let [<Literal>] Version = "0.9.25"

0 comments on commit f98fb72

Please sign in to comment.