Skip to content

Commit 8f00394

Browse files
committed
2.1.0
This minor release contains follow-up fixes and improvements to Surf 2.0. ### Additions - Added a `hyper-client` cargo feature for enabeling a hyper client backend via http-client. ### Fixes - Fixed `base_url` not being propagated to the `Client` instance in middleware. ### Documentation - Updated documentation for `set_base_url()`.
1 parent 55c5d6a commit 8f00394

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [2.1.0] - 2020-10-23
11+
12+
This minor release contains follow-up fixes and improvements to Surf 2.0.
13+
14+
### Additions
15+
- Added a `hyper-client` cargo feature for enabeling a [hyper][] client backend via [http-client][].
16+
17+
### Fixes
18+
- Fixed `base_url` not being propagated to the `Client` instance in middleware.
19+
20+
### Documentation
21+
- Updated documentation for `set_base_url()`.
22+
23+
[http-client]: https://crates.io/crates/http-client
24+
[hyper]: https://crates.io/crates/hyper
25+
1026
## [2.0.0] - 2020-10-05
1127

1228
[Docs](https://docs.rs/surf/2.0.0)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "surf"
3-
version = "2.0.0"
3+
version = "2.1.0"
44
license = "MIT OR Apache-2.0"
55
repository = "https://github.com/http-rs/surf"
66
documentation = "https://docs.rs/surf"

0 commit comments

Comments
 (0)