Skip to content

Commit

Permalink
Merge pull request #149 from hedgehogqa/topic/v0.6.0
Browse files Browse the repository at this point in the history
Version 0.6.0
  • Loading branch information
moodmosaic authored Nov 7, 2017
2 parents 813e1f9 + a2820df commit 5e6dc2d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## Version 0.4.4 (2017-10-31)
## Version 0.6.0 (2017-11-07)

- Make Journal store delayed strings, so they are computed on-demand ([#147][147], [@porges][porges])

## Version 0.5.0 (2017-11-06)

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

Expand Down Expand Up @@ -58,6 +62,8 @@
[porges]:
https://github.com/porges

[147]:
https://github.com/hedgehogqa/fsharp-hedgehog/pull/147
[142]:
https://github.com/hedgehogqa/fsharp-hedgehog/pull/142
[136]:
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.5.0")>]
[<assembly: AssemblyVersion("0.6.0")>]

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

0 comments on commit 5e6dc2d

Please sign in to comment.