Skip to content

Commit

Permalink
Merge pull request #188 from moodmosaic/topic/release
Browse files Browse the repository at this point in the history
Release 0.8.3
  • Loading branch information
moodmosaic authored Jul 9, 2019
2 parents 07805fd + 6e48237 commit 4731184
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.8.3 (2019-07-09)

- Improve Int64 value generation (avoid overflows) ([#186][186], [@marklam][marklam])

## Version 0.8.2 (2018-08-06)

- Improve UInt32 and UInt64 value generation (avoid overflows) ([#173][173], [@jwChung][jwChung])
Expand Down Expand Up @@ -75,6 +79,8 @@
https://github.com/jystic
[jwChung]:
https://github.com/jwChung
[marklam]:
https://github.com/marklam
[moodmosaic]:
https://github.com/moodmosaic
[ploeh]:
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.2.0</AssemblyVersion>
<FileVersion>0.8.2.0</FileVersion>
<AssemblyVersion>0.8.3.0</AssemblyVersion>
<FileVersion>0.8.3.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.2.0
0.8.3.0
description
Hedgehog will eat all your bugs.
authors
Expand Down

0 comments on commit 4731184

Please sign in to comment.