Skip to content

Commit

Permalink
Merge pull request #124 from FinleyMcIlwaine/finley/update-http-seman…
Browse files Browse the repository at this point in the history
…tics

Update http-semantics dependency, ver bump up
  • Loading branch information
kazu-yamamoto committed Jun 23, 2024
2 parents 3d214df + 30a5e88 commit f825cbf
Show file tree
Hide file tree
Showing 2 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 @@
## 5.2.6

* Update for latest http-semantics
[#122](https://github.com/kazu-yamamoto/http2/pull/124)

## 5.2.5

* Setting peer initial window size properly.
Expand Down
4 changes: 2 additions & 2 deletions http2.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: http2
version: 5.2.5
version: 5.2.6
license: BSD3
license-file: LICENSE
maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
Expand Down Expand Up @@ -115,7 +115,7 @@ library
bytestring >=0.10,
case-insensitive >=1.2 && <1.3,
containers >=0.6,
http-semantics >= 0.1.1 && <0.2,
http-semantics >= 0.1.2 && <0.2,
http-types >=0.12 && <0.13,
network >=3.1,
network-byte-order >=0.1.7 && <0.2,
Expand Down

0 comments on commit f825cbf

Please sign in to comment.