From 239ed9bba71a100ffbfb1a9f3f7d9f2879b6e364 Mon Sep 17 00:00:00 2001 From: Nikos Baxevanis Date: Mon, 4 Jun 2018 14:42:57 +0300 Subject: [PATCH] Release 0.8 --- CHANGELOG.md | 9 +++++++++ src/Hedgehog/Hedgehog.fsproj | 6 +++--- src/Hedgehog/paket.template | 2 +- 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0f7f156..93c45a69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Version 0.8.0 (2018-06-04) + +- Verify that Seed.from 'fixes' the γ-value ([#161][161], [@moodmosaic][moodmosaic]) +- Sync F# version of Seed with Haskell ([#160][160], [@moodmosaic][moodmosaic]) + ## Version 0.7.0 (2018-02-12) - Convert to .NET Standard ([#153][153], [@porges][porges]) @@ -66,6 +71,10 @@ [porges]: https://github.com/porges +[161]: + https://github.com/hedgehogqa/fsharp-hedgehog/pull/161 +[160]: + https://github.com/hedgehogqa/fsharp-hedgehog/pull/160 [153]: https://github.com/hedgehogqa/fsharp-hedgehog/pull/153 [147]: diff --git a/src/Hedgehog/Hedgehog.fsproj b/src/Hedgehog/Hedgehog.fsproj index 9de88552..39264286 100644 --- a/src/Hedgehog/Hedgehog.fsproj +++ b/src/Hedgehog/Hedgehog.fsproj @@ -2,8 +2,8 @@ netstandard1.6 - 0.7.0.0 - 0.7.0.0 + 0.8.0.0 + 0.8.0.0 bin\$(Configuration)\$(TargetFramework)\Hedgehog.XML @@ -33,4 +33,4 @@ - \ No newline at end of file + diff --git a/src/Hedgehog/paket.template b/src/Hedgehog/paket.template index 58451afe..89eca065 100644 --- a/src/Hedgehog/paket.template +++ b/src/Hedgehog/paket.template @@ -3,7 +3,7 @@ type id Hedgehog version - 0.7.0.0 + 0.8.0.0 description Hedgehog will eat all your bugs. authors