Skip to content

Commit

Permalink
Release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonMN committed Jul 23, 2022
1 parent 98e900e commit baa8747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Version TBD
## Version 0.13.0 (2022-07-23)

- Fix bug in `Property.recheck` where the result is always `Failed`. ([#415][415], [@TysonMN][TysonMN])
- Runtime targets are now .NET Standard 2.0, .NET 4.8. and .NET 6.0. ([#416][416], [@LyndonGingerich][LyndonGingerich])
Expand Down
2 changes: 1 addition & 1 deletion src/Hedgehog/Hedgehog.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard2.0;net48;net6.0</TargetFrameworks>
<Version>0.12.1</Version>
<Version>0.13.0</Version>
<Description>Release with confidence.</Description>
<Authors>Jacob Stanley;Nikos Baxevanis</Authors>
<Copyright>Copyright © 2017</Copyright>
Expand Down

0 comments on commit baa8747

Please sign in to comment.