From 9e1df24aaa161dc7d0238da654b77f5756b267c6 Mon Sep 17 00:00:00 2001 From: Tyson Williams Date: Sun, 26 Jul 2020 06:41:49 -0500 Subject: [PATCH 1/2] add PR link for previous release (0.8.3) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9da7942..2bd7ac27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -88,6 +88,8 @@ [porges]: https://github.com/porges +[186]: + https://github.com/hedgehogqa/fsharp-hedgehog/pull/186 [173]: https://github.com/hedgehogqa/fsharp-hedgehog/pull/173 [165]: From fdfad007dffca03807215baecc1ba0a22a1a381c Mon Sep 17 00:00:00 2001 From: Tyson Williams Date: Sun, 26 Jul 2020 06:46:20 -0500 Subject: [PATCH 2/2] Release 0.8.4 --- CHANGELOG.md | 11 +++++++++++ src/Hedgehog/Hedgehog.fsproj | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bd7ac27..6f41a781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## Version 0.8.4 (2020-07-26) + +- Add target .NET Framework 4.5 ([#210][210], [@bender2k14][bender2k14]) +- Add target .NET Standard 2.0 ([#209][209], [@bender2k14][bender2k14]) + ## Version 0.8.3 (2019-07-09) - Improve Int64 value generation (avoid overflows) ([#186][186], [@marklam][marklam]) @@ -73,6 +78,8 @@ - First release of Hedgehog ([@jystic][jystic], [@moodmosaic][moodmosaic]) +[bender2k14]: + https://github.com/bender2k14 [frankshearar]: https://github.com/frankshearar [jystic]: @@ -88,6 +95,10 @@ [porges]: https://github.com/porges +[210]: + https://github.com/hedgehogqa/fsharp-hedgehog/pull/210 +[209]: + https://github.com/hedgehogqa/fsharp-hedgehog/pull/209 [186]: https://github.com/hedgehogqa/fsharp-hedgehog/pull/186 [173]: diff --git a/src/Hedgehog/Hedgehog.fsproj b/src/Hedgehog/Hedgehog.fsproj index 3bceb00e..6bc928a8 100644 --- a/src/Hedgehog/Hedgehog.fsproj +++ b/src/Hedgehog/Hedgehog.fsproj @@ -2,7 +2,7 @@ netstandard1.6;netstandard2.0;net45 - 0.8.3 + 0.8.4 Release with confidence. Jacob Stanley;Nikos Baxevanis Copyright © 2017