Skip to content

Commit 0da6c74

Browse files
Prepare for new release. (#66)
2 parents 9c4ccba + 77af483 commit 0da6c74

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
# 0.1.0.0
210

311
- Added laws for the `LCMMonoid` type class.

quickcheck-monoid-subclasses.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: quickcheck-monoid-subclasses
3-
version: 0.1.0.0
3+
version: 0.2.0.0
44
bug-reports: https://github.com/jonathanknowles/quickcheck-monoid-subclasses/issues
55
license: Apache-2.0
66
license-file: LICENSE

0 commit comments

Comments
 (0)