Skip to content

Commit

Permalink
Merge pull request #137 from moodmosaic/topic/v0.4.3
Browse files Browse the repository at this point in the history
Release 0.4.3
  • Loading branch information
moodmosaic authored Oct 12, 2017
2 parents 4b67a6e + 7377eeb commit 80ca921
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.4.3 (2017-10-12)

- Add ToBigInt overload for System.Double ([#136][136], [@moodmosaic][moodmosaic])

## Version 0.4.2 (2017-10-10)

- Increase size in Discard case ([#129][129], [@moodmosaic][moodmosaic])
Expand Down Expand Up @@ -46,6 +50,8 @@
[porges]:
https://github.com/porges

[136]:
https://github.com/hedgehogqa/fsharp-hedgehog/pull/136
[129]:
https://github.com/hedgehogqa/fsharp-hedgehog/pull/129
[122]:
Expand Down
2 changes: 1 addition & 1 deletion src/Hedgehog/AssemblyInfo.fs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ open System.Runtime.CompilerServices

// The assembly version has the format {Major}.{Minor}.{Build}

[<assembly: AssemblyVersion("0.4.2")>]
[<assembly: AssemblyVersion("0.4.3")>]

//[<assembly: AssemblyDelaySign(false)>]
//[<assembly: AssemblyKeyFile("")>]
Expand Down

0 comments on commit 80ca921

Please sign in to comment.