Skip to content

Commit

Permalink
Bump the version; add an upper-bound on data-default
Browse files Browse the repository at this point in the history
  • Loading branch information
adetokunbo committed Nov 5, 2024
1 parent 0907c8f commit 4b4ecd2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

`wai-middleware-delegate` uses [PVP Versioning][1].

## 0.2.1.0 -- 2024-11-05

- Relax the upper bounds of the data-default version used by the tests

## 0.2.0.0 -- 2024-10-28

* Remove the Default instance of ProxySettings
Expand Down
4 changes: 2 additions & 2 deletions wai-middleware-delegate.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: wai-middleware-delegate
version: 0.2.0.0
version: 0.2.1.0
synopsis: WAI middleware that delegates handling of requests.
description:
[WAI](http://hackage.haskell.org/package/wai) middleware that intercepts requests
Expand Down Expand Up @@ -76,7 +76,7 @@ test-suite integration-test
, conduit
, conduit-extra
, crypton-connection >=0.3.1 && < 0.5
, data-default >=0.7
, data-default >=0.7 && <0.9
, directory >=1.3 && <1.4
, filepath >=1.4 && <1.6
, hspec >=2.1
Expand Down

0 comments on commit 4b4ecd2

Please sign in to comment.