Skip to content

Commit b08b5ed

Browse files
authored
chore: prepare tokio-util v0.6.4 (#3599)
1 parent 88863a0 commit b08b5ed

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

tokio-util/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# 0.6.4 (March 9, 2021)
2+
3+
### Added
4+
5+
- codec: `AnyDelimiter` codec ([#3406])
6+
- sync: add pollable `mpsc::Sender` ([#3490])
7+
8+
### Fixed
9+
10+
- codec: `LinesCodec` should only return `MaxLineLengthExceeded` once per line ([#3556])
11+
- sync: fuse PollSemaphore ([#3578])
12+
13+
[#3406]: https://github.com/tokio-rs/tokio/pull/3406
14+
[#3490]: https://github.com/tokio-rs/tokio/pull/3490
15+
[#3556]: https://github.com/tokio-rs/tokio/pull/3556
16+
[#3578]: https://github.com/tokio-rs/tokio/pull/3578
17+
118
# 0.6.3 (January 31, 2021)
219

320
### Added

tokio-util/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ name = "tokio-util"
66
# - Cargo.toml
77
# - Update CHANGELOG.md.
88
# - Create "tokio-util-0.6.x" git tag.
9-
version = "0.6.3"
9+
version = "0.6.4"
1010
edition = "2018"
1111
authors = ["Tokio Contributors <[email protected]>"]
1212
license = "MIT"
1313
repository = "https://github.com/tokio-rs/tokio"
1414
homepage = "https://tokio.rs"
15-
documentation = "https://docs.rs/tokio-util/0.6.3/tokio_util"
15+
documentation = "https://docs.rs/tokio-util/0.6.4/tokio_util"
1616
description = """
1717
Additional utilities for working with Tokio.
1818
"""

0 commit comments

Comments
 (0)