From f98fb72b4d6331ac4ddc82baff4a85618cdcf579 Mon Sep 17 00:00:00 2001 From: Chris Holt Date: Mon, 1 Jun 2015 09:47:17 -0500 Subject: [PATCH] #197 release notes --- RELEASE_NOTES.md | 3 +++ src/canopy/AssemblyInfo.fs | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index dcad3e98..590a8b4d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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) diff --git a/src/canopy/AssemblyInfo.fs b/src/canopy/AssemblyInfo.fs index e45f2d32..ddf67cf0 100644 --- a/src/canopy/AssemblyInfo.fs +++ b/src/canopy/AssemblyInfo.fs @@ -4,9 +4,9 @@ open System.Reflection [] [] [] -[] -[] +[] +[] do () module internal AssemblyVersionInformation = - let [] Version = "0.9.24" + let [] Version = "0.9.25"