diff --git a/CHANGELOG.md b/CHANGELOG.md index 25a273e8a..be0116e7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.3.0 (December 23, 2020) + +* Update to Tokio v1 and Bytes v1. +* Disable `tracing`'s `log` feature. (It can still be enabled by a user in their own `Cargo.toml`.) + # 0.2.7 (October 22, 2020) * Fix stream ref count when sending a push promise diff --git a/Cargo.toml b/Cargo.toml index b6668993d..42f78b808 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,8 +20,6 @@ categories = ["asynchronous", "web-programming", "network-programming"] exclude = ["fixtures/**", "ci/**"] edition = "2018" -publish = false - [features] # Enables `futures::Stream` implementations for various types. stream = []