Skip to content

Commit b54e535

Browse files
committed
bump versions
1 parent 6cacf60 commit b54e535

File tree

6 files changed

+18
-3
lines changed

6 files changed

+18
-3
lines changed

chell-hunit/changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for `chell-hunit`
22

3+
0.3.0.1 - 2021 Jan 14
4+
5+
* Support up to GHC 9.2
6+
* Tighten various version bounds
7+
38
0.3 - 2019 Feb 16
49

510
* Add support for `HUnit` 1.3 through 1.6

chell-hunit/chell-hunit.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: chell-hunit
4-
version: 0.3
4+
version: 0.3.0.1
55

66
synopsis: HUnit support for the Chell testing library
77
category: Testing

chell-quickcheck/changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for `chell-quickcheck`
22

3+
0.2.5.3 - 2021 Jan 14
4+
5+
* Support up to GHC 9.2
6+
* Tighten various version bounds
7+
38
0.2.5.2 - 2019 Feb 16
49

510
* Add support for `QuickCheck` 2.12

chell-quickcheck/chell-quickcheck.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: chell-quickcheck
4-
version: 0.2.5.2
4+
version: 0.2.5.3
55

66
synopsis: QuickCheck support for the Chell testing library
77
category: Testing

chell/changelog.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for `chell`
22

3+
0.5.0.1 - 2021 Jan 14
4+
5+
* Support up to GHC 9.2
6+
* Tighten various version bounds
7+
38
0.5 - 2019 Feb 16
49

510
* Add support for `patience` 0.2

chell/chell.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 3.0
22

33
name: chell
4-
version: 0.5
4+
version: 0.5.0.1
55

66
synopsis: A simple and intuitive library for automated testing.
77
category: Testing

0 commit comments

Comments
 (0)