Skip to content

Commit 97ee343

Browse files
authored
version bump
1 parent ef60af2 commit 97ee343

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
### 0.7.0 (2025-05-01)
4+
5+
* Updated to .NET 8
6+
* Updated to Hedgehog.Experimental 0.9.0
7+
38
### 0.6.0 (2023-07-05)
49

510
* Added `GenAttribute`, which sets a parameter's generator

src/Hedgehog.Xunit/Hedgehog.Xunit.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageProjectUrl>https://github.com/hedgehogqa/fsharp-hedgehog-xunit</PackageProjectUrl>
1515
<PackageTags>f# fsharp testing xunit</PackageTags>
1616
<PackageIcon>hedgehog-logo.png</PackageIcon>
17-
<Version>0.6.0</Version>
17+
<Version>0.7.0</Version>
1818
<PackageId>Hedgehog.Xunit</PackageId>
1919
<PackageDescription>
2020
Hedgehog with convenience attributes for xUnit.

0 commit comments

Comments
 (0)