v0.0.7.2 (#51)

* Prepare for 0.0.7.2 release
This commit is contained in:
Matt Parsons 2018-05-10 11:32:50 -06:00 committed by GitHub
parent ae40f3d9f7
commit 4dfcc862e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 1 deletions

View File

@ -1,5 +1,18 @@
releases:
- version: "0.0.7.2"
changes:
- description: Allow client to pass an HTTP Manager in to functions
issue: 47
authors: parsonsmatt
date: 2018-05-10
- description: Fix "should not happen" error when exceptions are thrown
issue: 48
authors: parsonsmatt
date: 2018-05-10
- version: "0.0.7.0"
changes:

View File

@ -1,5 +1,5 @@
name: servant-quickcheck
version: 0.0.7.1
version: 0.0.7.2
synopsis: QuickCheck entire APIs
description:
This packages provides QuickCheck properties that are tested across an entire