Skip to content

Commit 2431e8e

Browse files
committed
6.0.0
1 parent 6409e37 commit 2431e8e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
77

88
## [Unreleased]
99

10+
## [6.0.0] - 2020-09-25
11+
12+
This release moves the responsibility of any client sharing to the user.
13+
14+
### Changed
15+
- `HttpClient` implementations no longer `impl Clone`.
16+
- The responsibility for sharing is the user's.
17+
- `H1Client` can no longer be instatiated via `H1Client {}`.
18+
- `::new()` should be used.
19+
1020
## [5.0.1] - 2020-09-18
1121

1222
### Fixed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http-client"
3-
version = "5.0.1"
3+
version = "6.0.0"
44
license = "MIT OR Apache-2.0"
55
repository = "https://github.com/http-rs/http-client"
66
documentation = "https://docs.rs/http-client"

0 commit comments

Comments
 (0)