Skip to content

Commit 11368ed

Browse files
committed
6.2.0
1 parent da27ba2 commit 11368ed

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
77

88
## [Unreleased]
99

10+
## [6.2.0] - 2020-10-26
11+
12+
This release implements `HttpClient` for `Box<dyn HttpClient>`.
13+
14+
## Added
15+
- `impl HttpClient for Box<dyn HttpClient>`
16+
1017
## [6.1.0] - 2020-10-09
1118

1219
This release brings improvements for `HyperClient` (`hyper_client` feature).

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http-client"
3-
version = "6.1.0"
3+
version = "6.2.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)