Skip to content

Commit a200047

Browse files
Prepare new release. (#100)
2 parents 646a9b6 + 896e752 commit a200047

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.3.0.6
2+
3+
- Revised upper bounds for package dependencies.
4+
15
# 0.3.0.5
26

37
- Added support for GHC `9.12`.

quickcheck-monoid-subclasses.cabal

Lines changed: 2 additions & 2 deletions
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.3.0.5
3+
version: 0.3.0.6
44
bug-reports: https://github.com/jonathanknowles/quickcheck-monoid-subclasses/issues
55
license: Apache-2.0
66
license-file: LICENSE
@@ -33,7 +33,7 @@ common dependency-monoid-subclasses
3333
common dependency-pretty-show
3434
build-depends:pretty-show >= 1.10 && < 1.11
3535
common dependency-QuickCheck
36-
build-depends:QuickCheck >= 2.14.2 && < 2.16
36+
build-depends:QuickCheck >= 2.14.2 && < 2.17
3737
common dependency-quickcheck-classes
3838
build-depends:quickcheck-classes >= 0.6.5.0 && < 0.7
3939
common dependency-semigroupoids

0 commit comments

Comments
 (0)