util: Prepare 0.3.1 release (#2330)

This commit is contained in:
Nikhil Benesch
2020-03-18 20:05:55 -04:00
committed by GitHub
parent 9e58b37ad5
commit 5fd1b8f67c
3 changed files with 10 additions and 3 deletions
+7
View File
@@ -1,3 +1,10 @@
# 0.3.1 (March 18, 2020)
### Fixed
- Adjust minimum-supported Tokio version to v0.2.5 to account for an internal
dependency on features in that version of Tokio. (#2326)
# 0.3.0 (March 4, 2020)
### Changed
+2 -2
View File
@@ -7,13 +7,13 @@ name = "tokio-util"
# - Cargo.toml
# - Update CHANGELOG.md.
# - Create "v0.2.x" git tag.
version = "0.3.0"
version = "0.3.1"
edition = "2018"
authors = ["Tokio Contributors <[email protected]>"]
license = "MIT"
repository = "https://github.com/tokio-rs/tokio"
homepage = "https://tokio.rs"
documentation = "https://docs.rs/tokio-util/0.3.0/tokio_util"
documentation = "https://docs.rs/tokio-util/0.3.1/tokio_util"
description = """
Additional utilities for working with Tokio.
"""
+1 -1
View File
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/tokio-util/0.3.0")]
#![doc(html_root_url = "https://docs.rs/tokio-util/0.3.1")]
#![allow(clippy::needless_doctest_main)]
#![warn(
missing_debug_implementations,