Skip to content

Commit f597326

Browse files
committed
prepare 1.11.0
Signed-off-by: Marc-Antoine Perennou <[email protected]>
1 parent 7e455db commit f597326

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,23 @@ and this project adheres to [Semantic Versioning](https://book.async.rs/overview
1111
## Removed
1212
## Changed
1313

14+
# [1.11.0] - 2022-03-17
15+
16+
This release comes with an assortment of small features and fixes.
17+
18+
## Added
19+
- `TcpListener::into_incoming` to convert a `TcpListener` into a stream of incoming TCP connections
20+
21+
## Removed
22+
- Internal `extension_trait` macro had been removed and its users rewritten.
23+
24+
## Changed
25+
- Some internal code has been de-macro-ified, making for quicker compile times.
26+
- We now use the default recursion limit.
27+
28+
## Docs
29+
- Several docs improvements / fixes.
30+
1431
# [1.10.0] - 2021-08-25
1532

1633
This release comes with an assortment of small features and fixes.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async-std"
3-
version = "1.10.0"
3+
version = "1.11.0"
44
authors = [
55
"Stjepan Glavina <[email protected]>",
66
"Yoshua Wuyts <[email protected]>",

0 commit comments

Comments
 (0)