Skip to content

Commit

Permalink
Release 0.4.4
Browse files Browse the repository at this point in the history
- Correct mixGamma oddness check
  • Loading branch information
moodmosaic committed Oct 31, 2017
1 parent b0c184e commit e533a0c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## Version 0.4.4 (2017-10-31)

- Correct mixGamma oddness check ([#142][142], [@moodmosaic][moodmosaic])

## Version 0.4.3 (2017-10-12)

- Add ToBigInt overload for System.Double ([#136][136], [@moodmosaic][moodmosaic])
Expand Down Expand Up @@ -50,6 +54,8 @@
[porges]:
https://github.com/porges

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

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

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

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

0 comments on commit e533a0c

Please sign in to comment.