Skip to content

Commit 32001a2

Browse files
committed
6.4.0
### Added - Added a new `unstable-config` feature, which exposes runtime configuration via a new `Config` struct.
1 parent 7d8db8a commit 32001a2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [6.4.0] - 2021-05-17
11+
12+
### Added
13+
- Added a new `unstable-config` feature, which exposes runtime configuration via a new `Config` struct.
14+
1015
## [6.3.5] - 2021-03-12
1116

1217
### 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 = "6.3.5"
3+
version = "6.4.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)