Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Commit bf62430

Browse files
committed
Release 0.8.0
1 parent 74335cc commit bf62430

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.8.0 (2025-03-08)
4+
5+
* Added support for registering generators for generic types in `AutoGenConfig`.
6+
* Bumped .NET Framework to 8.0 (LTE) because 6.0 is no longer supported.
7+
38
### 0.7.0 (2022-07-23)
49

510
* `GenX.auto` can now generate `Seq<_>` aka `IEnumerable<_>`.

src/Hedgehog.Experimental/Hedgehog.Experimental.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PackageProjectUrl>https://github.com/cmeeren/fsharp-hedgehog-experimental</PackageProjectUrl>
1414
<PackageTags>f# fsharp testing</PackageTags>
1515
<PackageIcon>SQUARE_hedgehog_128x128.png</PackageIcon>
16-
<Version>0.7.0</Version>
16+
<Version>0.8.0</Version>
1717
<PackageReleaseNotes>https://github.com/hedgehogqa/fsharp-hedgehog-experimental/blob/master/CHANGELOG.md</PackageReleaseNotes>
1818
</PropertyGroup>
1919

0 commit comments

Comments
 (0)