Skip to content

Commit 0e5347a

Browse files
committed
v0.1.0
1 parent 4179587 commit 0e5347a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 0.1.0 (2023-11-16)
2+
3+
Initial release.

Cargo.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyper-util"
3-
version = "0.0.0"
3+
version = "0.1.0"
44
description = "hyper utilities"
55
readme = "README.md"
66
homepage = "https://hyper.rs"
@@ -12,8 +12,6 @@ keywords = ["http", "hyper", "hyperium"]
1212
categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"]
1313
edition = "2018"
1414

15-
publish = false # no accidents while in dev
16-
1715
[dependencies]
1816
hyper = "1.0.0"
1917
futures-channel = "0.3"

0 commit comments

Comments
 (0)