Skip to content

Commit

Permalink
Merge pull request #175 from moodmosaic/topic/release
Browse files Browse the repository at this point in the history
Release 0.8.2
  • Loading branch information
moodmosaic committed Aug 6, 2018
2 parents 252e23a + 43b55a6 commit 8c7f7c7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 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.2 (2018-08-06)

- Improve UInt32 and UInt64 value generation (avoid overflows) ([#173][173], [@jwChung][jwChung])
- Improve DateTime value generation (include milliseconds) ([#165][165], [@jwChung][jwChung])

## Version 0.8.1 (2018-06-27)

- Unicode generator no longer generates noncharacters '\65534' and '\65535' ([#163][163], [@jwChung][jwChung])
Expand Down Expand Up @@ -77,6 +82,10 @@
[porges]:
https://github.com/porges

[173]:
https://github.com/hedgehogqa/fsharp-hedgehog/pull/173
[165]:
https://github.com/hedgehogqa/fsharp-hedgehog/pull/165
[163]:
https://github.com/hedgehogqa/fsharp-hedgehog/pull/163
[161]:
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.1.0</AssemblyVersion>
<FileVersion>0.8.1.0</FileVersion>
<AssemblyVersion>0.8.2.0</AssemblyVersion>
<FileVersion>0.8.2.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.1.0
0.8.2.0
description
Hedgehog will eat all your bugs.
authors
Expand Down

0 comments on commit 8c7f7c7

Please sign in to comment.