From c80966d1c0c7fac3bcdd58dbd61c79ca3be7843d Mon Sep 17 00:00:00 2001 From: Jimmy Byrd Date: Mon, 14 May 2018 19:33:08 -0400 Subject: [PATCH] Bump version to 0.9.0 * FEATURE: Convert to using dotnet test for running tests using (https://github.com/TheAngryByrd/MiniScaffold/pull/79) * FEATURE: Adding Test Coverage with and Report generation (https://github.com/TheAngryByrd/MiniScaffold/pull/85) --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0af46257..a35a08c4 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,7 @@ +### 0.9.0 - 2018-05-14 +* FEATURE: Convert to using dotnet test for running tests using (https://github.com/TheAngryByrd/MiniScaffold/pull/79) +* FEATURE: Adding Test Coverage with and Report generation (https://github.com/TheAngryByrd/MiniScaffold/pull/85) + ### 0.8.1 - 2018-04-09 * BUGFIX: Handle TargetFramework as well as TargetFrameworks in proj files (https://github.com/TheAngryByrd/MiniScaffold/pull/83) * DOCUMENTATION: Update Tree output (https://github.com/TheAngryByrd/MiniScaffold/pull/80)