From eec547d0dd76612b8743fbfbb28afa09df58ebdd Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Wed, 23 Dec 2020 10:05:05 -0800 Subject: [PATCH] v0.3.0 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) 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 = []