From 68d6c1bcca1f5a53ada19dd9928d2b7d60e329cf Mon Sep 17 00:00:00 2001 From: Matthias Dittrich Date: Mon, 23 Apr 2018 01:32:18 +0200 Subject: [PATCH] Bump version to 5.0.0-rc007 --- RELEASE_NOTES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f4d17add78b..d9443f71aed 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,13 @@ # Release Notes +## 5.0.0-rc007 - 2018-04-23 + +* DOCS: Update documentation issues - https://github.com/fsharp/FAKE/pull/1881 +* BUGFIX: Improve error message when groups doesn't exist - https://github.com/fsharp/FAKE/issues/1874 +* BUGFIX: Improve error message when file doesn't exist (`Process.start`) - https://github.com/fsharp/FAKE/issues/1875 +* ENHANCEMENT: Make `Shell` module conform to API-guidelines. Mark existing functions as obsolete - https://github.com/fsharp/FAKE/pull/1882 + + ## 5.0.0-rc006 - 2018-04-22 * FAKE5: New module `Fake.DotNet.Testing.Expecto` - https://github.com/fsharp/FAKE/pull/1871