We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61d8aed + 74a7899 commit b054a70Copy full SHA for b054a70
ChangeLog.md
@@ -1,3 +1,8 @@
1
+## 5.2.1
2
+
3
+* Using time-manager v0.1.0.
4
+ [#115](https://github.com/kazu-yamamoto/http2/pull/115)
5
6
## 5.2.0
7
8
* Using http-semantics
http2.cabal
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: http2
-version: 5.2.0
+version: 5.2.1
license: BSD3
license-file: LICENSE
maintainer: Kazu Yamamoto <kazu@iij.ad.jp>
@@ -121,7 +121,7 @@ library
121
network-byte-order >=0.1.7 && <0.2,
122
network-control >=0.1 && <0.2,
123
stm >=2.5 && <2.6,
124
- time-manager >=0.0.1 && <0.1,
+ time-manager >=0.1 && <0.2,
125
unix-time >=0.4.11 && <0.5,
126
unliftio >=0.2 && <0.3,
127
utf8-string >=1.0 && <1.1
0 commit comments