Skip to content

Commit

Permalink
Merge pull request #214 from bender2k14/release_0.8.4
Browse files Browse the repository at this point in the history
Release 0.8.4
  • Loading branch information
moodmosaic committed Jul 26, 2020
2 parents 07d71bf + fdfad00 commit 2767e24
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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])
Expand Down Expand Up @@ -73,6 +78,8 @@

- First release of Hedgehog ([@jystic][jystic], [@moodmosaic][moodmosaic])

[bender2k14]:
https://github.com/bender2k14
[frankshearar]:
https://github.com/frankshearar
[jystic]:
Expand All @@ -88,6 +95,12 @@
[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]:
https://github.com/hedgehogqa/fsharp-hedgehog/pull/173
[165]:
Expand Down
2 changes: 1 addition & 1 deletion src/Hedgehog/Hedgehog.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard1.6;netstandard2.0;net45</TargetFrameworks>
<Version>0.8.3</Version>
<Version>0.8.4</Version>
<Description>Release with confidence.</Description>
<Authors>Jacob Stanley;Nikos Baxevanis</Authors>
<Copyright>Copyright © 2017</Copyright>
Expand Down

0 comments on commit 2767e24

Please sign in to comment.