Bump version to 0.2.0.1
This commit is contained in:
parent
49cfb78f1d
commit
ae07497397
@ -1,27 +1,29 @@
|
||||
upcoming:
|
||||
|
||||
changes:
|
||||
|
||||
- description: Add notLongerThan predicate
|
||||
pr: 17
|
||||
authors: jkarni
|
||||
date: 2016-10-05
|
||||
|
||||
- description: Add getsHaveLastModifiedHeader predicate
|
||||
pr: none
|
||||
authors: jkarni
|
||||
date: 2016-10-03
|
||||
|
||||
- description: Raise upper bounds
|
||||
notes: >
|
||||
For Quickcheck, aeson, http-client, servant, servant-client and
|
||||
servant-server.
|
||||
pr: none
|
||||
authors: jkarni
|
||||
date: 2016-10-03
|
||||
|
||||
releases:
|
||||
|
||||
- version: "0.0.2.1"
|
||||
changes:
|
||||
|
||||
- description: Add notLongerThan predicate
|
||||
pr: 17
|
||||
authors: jkarni
|
||||
date: 2016-10-05
|
||||
|
||||
- description: Add getsHaveLastModifiedHeader predicate
|
||||
pr: none
|
||||
authors: jkarni
|
||||
date: 2016-10-03
|
||||
|
||||
- description: Raise upper bounds
|
||||
notes: >
|
||||
For Quickcheck, aeson, http-client, servant, servant-client and
|
||||
servant-server.
|
||||
pr: none
|
||||
authors: jkarni
|
||||
date: 2016-10-03
|
||||
|
||||
|
||||
- version: "0.0.2.0"
|
||||
changes:
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
name: servant-quickcheck
|
||||
version: 0.0.2.0
|
||||
version: 0.0.2.1
|
||||
synopsis: QuickCheck entire APIs
|
||||
description:
|
||||
This packages provides QuickCheck properties that are tested across an entire
|
||||
|
||||
@ -46,7 +46,7 @@ not500 = ResponsePredicate $ \resp ->
|
||||
-- This function checks that the response from the server does not take longer
|
||||
-- than the specified number of nanoseconds.
|
||||
--
|
||||
-- #SINCE#
|
||||
-- /Since 0.0.2.1/
|
||||
notLongerThan :: Integer -> RequestPredicate
|
||||
notLongerThan maxAllowed
|
||||
= RequestPredicate $ \req mgr -> do
|
||||
@ -143,7 +143,7 @@ createContainsValidLocation
|
||||
-- * If-Unmodified-Since header: <https://tools.ietf.org/html/rfc7232#section-3.4 RFC 7232 Section 3.4>
|
||||
-- * Date format: <https://tools.ietf.org/html/rfc2616#section-3.3 RFC 2616 Section 3.3>
|
||||
--
|
||||
-- #SINCE#
|
||||
-- /Since 0.0.2.1/
|
||||
getsHaveLastModifiedHeader :: RequestPredicate
|
||||
getsHaveLastModifiedHeader
|
||||
= RequestPredicate $ \req mgr ->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user