We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 242bc4f commit f89ad6cCopy full SHA for f89ad6c
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## Version ?.?.?
+## Version 0.12.1 (2021-12-31)
2
3
- Add `Tree.apply`. Change `Gen.apply` from monadic to applicative. Revert runtime optimization of `Gen.integral`. ([#398][398], [@TysonMN][TysonMN])
4
- Change `ListGen.traverse` from monadic to applicative. ([#399][399], [@TysonMN][TysonMN])
src/Hedgehog/Hedgehog.fsproj
@@ -2,7 +2,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>netstandard1.6;netstandard2.0;net45</TargetFrameworks>
5
- <Version>0.12.0</Version>
+ <Version>0.12.1</Version>
6
<Description>Release with confidence.</Description>
7
<Authors>Jacob Stanley;Nikos Baxevanis</Authors>
8
<Copyright>Copyright © 2017</Copyright>
0 commit comments