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

Commit 5f94344

Browse files
committed
Release 0.9.0
1 parent 07156d8 commit 5f94344

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
### 0.9.0 (2025-04-27)
4+
5+
* `AutoGenConfig` values can now me merged
6+
37
### 0.8.0 (2025-03-08)
48

59
* Added support for registering generators for generic types in `AutoGenConfig`.

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.8.0</Version>
16+
<Version>0.9.0</Version>
1717
<PackageReleaseNotes>https://github.com/hedgehogqa/fsharp-hedgehog-experimental/blob/master/CHANGELOG.md</PackageReleaseNotes>
1818
</PropertyGroup>
1919

0 commit comments

Comments
 (0)