Skip to content

Commit 8206678

Browse files
committed
v0.1.1
1 parent e7cf0c1 commit 8206678

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# 0.1.1 (2023-11-17)
2+
3+
### Added
4+
5+
- Make `server-auto` enable the `server` feature.
6+
7+
### Fixed
8+
9+
- Reduce `Send` bounds requirements for `auto` connections.
10+
- Docs: enable all features when generating.
11+
112
# 0.1.0 (2023-11-16)
213

314
Initial release.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyper-util"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "hyper utilities"
55
readme = "README.md"
66
homepage = "https://hyper.rs"

0 commit comments

Comments
 (0)