Skip to content

Commit

Permalink
Merge pull request #90 from hedgehogqa/topic/release
Browse files Browse the repository at this point in the history
Release 0.4
  • Loading branch information
jacobstanley committed Jun 27, 2017
2 parents ee4df02 + d1ba4de commit d587189
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## Version 0.4 (2017-06-28)

- Abstract state machine testing, check out the [process registry example](https://github.com/hedgehogqa/haskell-hedgehog/blob/master/hedgehog-example/test/Test/Example/Registry.hs) to see how it works (#89, @jystic)
- `liftCatch`, `liftCatchIO`, `withCatch` functions for isolating exceptions during tests (#89, @jystic)

## Version 0.3 (2017-06-11)

- Exponential range combinators (#43, @chris-martin)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ You can then load the module in GHCi, and run it:
```

[hackage]: http://hackage.haskell.org/package/hedgehog
[hackage-shield]: https://img.shields.io/badge/hackage-v0.3-blue.svg
[hackage-shield]: https://img.shields.io/badge/hackage-v0.4-blue.svg

[travis]: https://travis-ci.org/hedgehogqa/haskell-hedgehog
[travis-shield]: https://travis-ci.org/hedgehogqa/haskell-hedgehog.svg?branch=master
Expand Down
2 changes: 1 addition & 1 deletion hedgehog/hedgehog.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name:
hedgehog
version:
0.3
0.4
license:
BSD3
author:
Expand Down

0 comments on commit d587189

Please sign in to comment.