We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9c4ccba + 77af483 commit 0da6c74Copy full SHA for 0da6c74
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# 0.2.0.0
2
+
3
+- Improved generation of arbitrary `Semigroup` value combinations.
4
+- Added derived laws for the `LeftGCDMonoid` type class.
5
+- Added derived laws for the `RightGCDMonoid` type class.
6
+- Removed hard-to-satisfy coverage check from `LCMMonoid` type class laws.
7
+- Added support for building with GHC `9.6` series.
8
9
# 0.1.0.0
10
11
- Added laws for the `LCMMonoid` type class.
quickcheck-monoid-subclasses.cabal
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: quickcheck-monoid-subclasses
-version: 0.1.0.0
+version: 0.2.0.0
bug-reports: https://github.com/jonathanknowles/quickcheck-monoid-subclasses/issues
license: Apache-2.0
license-file: LICENSE
0 commit comments