Skip to content

Commit

Permalink
Merge pull request #164 from hedgehogqa/topic/release
Browse files Browse the repository at this point in the history
Release 0.8.1
  • Loading branch information
moodmosaic committed Jun 27, 2018
2 parents a32a8bc + ad65251 commit 96a0dfc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.8.1 (2018-06-27)

- Unicode generator no longer generates noncharacters '\65534' and '\65535' ([#163][163], [@jwChung][jwChung])

## Version 0.8.0 (2018-06-04)

- Verify that Seed.from 'fixes' the γ-value ([#161][161], [@moodmosaic][moodmosaic])
Expand Down Expand Up @@ -64,13 +68,17 @@
https://github.com/frankshearar
[jystic]:
https://github.com/jystic
[jwChung]:
https://github.com/jwChung
[moodmosaic]:
https://github.com/moodmosaic
[ploeh]:
https://github.com/ploeh
[porges]:
https://github.com/porges

[163]:
https://github.com/hedgehogqa/fsharp-hedgehog/pull/163
[161]:
https://github.com/hedgehogqa/fsharp-hedgehog/pull/161
[160]:
Expand Down
4 changes: 2 additions & 2 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.8.0.0</AssemblyVersion>
<FileVersion>0.8.0.0</FileVersion>
<AssemblyVersion>0.8.1.0</AssemblyVersion>
<FileVersion>0.8.1.0</FileVersion>
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Hedgehog.XML</DocumentationFile>
</PropertyGroup>
<ItemGroup>
Expand Down
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.8.0.0
0.8.1.0
description
Hedgehog will eat all your bugs.
authors
Expand Down

0 comments on commit 96a0dfc

Please sign in to comment.