Skip to content

Commit

Permalink
h3 v0.0.2 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruben2424 authored Apr 11, 2023
1 parent c9058fe commit 51d021c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions changelog-h3.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### v0.0.2 (2023-04-11)

#### Bug Fixes

* distinguish push and stream ids ([da29aea](https://github.com/hyperium/h3/commit/da29aea305d61146664189346b3718458cb9f4d6))


### v0.0.1 (2023-03-09)

initial release
2 changes: 1 addition & 1 deletion h3-quinn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ categories = ["network-programming", "web-programming"]
license = "MIT"

[dependencies]
h3 = { version = "0.0.1", path = "../h3" }
h3 = { version = "0.0.2", path = "../h3" }
bytes = "1"
quinn = { version = "0.9.3", default-features = false }
quinn-proto = { version = "0.9.2", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion h3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "h3"
version = "0.0.1"
version = "0.0.2"
rust-version = "1.57"
authors = [
"Sean McArthur <[email protected]>",
Expand Down

0 comments on commit 51d021c

Please sign in to comment.