Skip to content

Commit

Permalink
warp-quic: ver bumps up
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Nov 7, 2024
1 parent 6808621 commit ae69494
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions warp-quic/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Revision history for warp-quic

## 0.0.2

* Labeling threads.
* New API: runQUICSockets.

## 0.0.1

* Providing `runQUICSocket`.
Expand Down
4 changes: 2 additions & 2 deletions warp-quic/warp-quic.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: warp-quic
version: 0.0.1
version: 0.0.2
license: BSD3
license-file: LICENSE
maintainer: Kazu Yamamoto <[email protected]>
Expand All @@ -24,7 +24,7 @@ library
quic >=0.2 && <0.3,
tls >=1.7,
wai,
warp >=3.3.15
warp >=3.4.4

if impl(ghc >=8)
default-extensions: Strict StrictData

0 comments on commit ae69494

Please sign in to comment.