We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d8db8a commit 32001a2Copy full SHA for 32001a2
CHANGELOG.md
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
7
8
## [Unreleased]
9
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
15
## [6.3.5] - 2021-03-12
16
17
### Fixed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "http-client"
3
-version = "6.3.5"
+version = "6.4.0"
4
license = "MIT OR Apache-2.0"
5
repository = "https://github.com/http-rs/http-client"
6
documentation = "https://docs.rs/http-client"
0 commit comments