Skip to content

Commit

Permalink
Merge pull request #162 from moodmosaic/topic/release
Browse files Browse the repository at this point in the history
Release 0.8
  • Loading branch information
moodmosaic authored Jun 4, 2018
2 parents 28f9838 + 239ed9b commit 099343c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 0.8.0 (2018-06-04)

- Verify that Seed.from 'fixes' the γ-value ([#161][161], [@moodmosaic][moodmosaic])
- Sync F# version of Seed with Haskell ([#160][160], [@moodmosaic][moodmosaic])

## Version 0.7.0 (2018-02-12)

- Convert to .NET Standard ([#153][153], [@porges][porges])
Expand Down Expand Up @@ -66,6 +71,10 @@
[porges]:
https://github.com/porges

[161]:
https://github.com/hedgehogqa/fsharp-hedgehog/pull/161
[160]:
https://github.com/hedgehogqa/fsharp-hedgehog/pull/160
[153]:
https://github.com/hedgehogqa/fsharp-hedgehog/pull/153
[147]:
Expand Down
6 changes: 3 additions & 3 deletions src/Hedgehog/Hedgehog.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard1.6</TargetFramework>
<AssemblyVersion>0.7.0.0</AssemblyVersion>
<FileVersion>0.7.0.0</FileVersion>
<AssemblyVersion>0.8.0.0</AssemblyVersion>
<FileVersion>0.8.0.0</FileVersion>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Hedgehog.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
Expand Down Expand Up @@ -33,4 +33,4 @@
<None Include="Script.fsx" />
</ItemGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>
</Project>
2 changes: 1 addition & 1 deletion src/Hedgehog/paket.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type
id
Hedgehog
version
0.7.0.0
0.8.0.0
description
Hedgehog will eat all your bugs.
authors
Expand Down

0 comments on commit 099343c

Please sign in to comment.