Skip to content

Commit

Permalink
ver bumps up
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Jun 12, 2024
1 parent 68ada02 commit 82eb6b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 5.2.3

* Update for latest http-semantics
[#120](https://github.com/kazu-yamamoto/http2/pull/120)
* Enable containers 0.7 (ghc 9.10)
[#117](https://github.com/kazu-yamamoto/http2/pull/117)

## 5.2.2

* Mark final chunk as final
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.2
version: 5.2.3
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.0.1,
http-semantics >= 0.1 && <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 82eb6b2

Please sign in to comment.