Skip to content

Commit

Permalink
Merge pull request #148 from moodmosaic/topic/v0.5.0
Browse files Browse the repository at this point in the history
Version 0.5.0
  • Loading branch information
moodmosaic authored Nov 6, 2017
2 parents e2f9436 + 87222d4 commit db7c669
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,5 +1,9 @@
## Version 0.4.4 (2017-10-31)

- Support for LINQ queries ([#113][113], [@porges][porges])

## Version 0.4.4 (2017-10-31)

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

## Version 0.4.3 (2017-10-12)
Expand Down Expand Up @@ -66,6 +70,8 @@
https://github.com/hedgehogqa/fsharp-hedgehog/pull/121
[119]:
https://github.com/hedgehogqa/fsharp-hedgehog/pull/119
[113]:
https://github.com/hedgehogqa/fsharp-hedgehog/pull/113
[109]:
https://github.com/hedgehogqa/fsharp-hedgehog/pull/109
[105]:
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.4")>]
[<assembly: AssemblyVersion("0.5.0")>]

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

0 comments on commit db7c669

Please sign in to comment.