Skip to content

Commit

Permalink
Prepare release 0.6.0 (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjakobi authored Mar 8, 2022
1 parent e19463f commit 922381a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [0.6.0]

* [Enhance `traversable` checks](https://github.com/haskell-checkers/checkers/pull/61)

* [Remove redundant constraint from instance CoArbitrary Array](https://github.com/haskell-checkers/checkers/pull/65)

[0.6.0]: https://github.com/haskell-checkers/checkers/compare/v0.5.7...v0.6.0

## [0.5.7]

* [Add `bifoldable` and `bifoldableBifunctor` tests](https://github.com/haskell-checkers/checkers/pull/62)
Expand Down
5 changes: 0 additions & 5 deletions changes.tw

This file was deleted.

2 changes: 1 addition & 1 deletion checkers.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: checkers
Version: 0.5.7
Version: 0.6.0
Cabal-Version: >= 1.10
Synopsis: Check properties on standard classes and data structures.
Category: Testing
Expand Down

0 comments on commit 922381a

Please sign in to comment.