From 0aff83f711115d05f4f0768c5e4357a81aa577b4 Mon Sep 17 00:00:00 2001 From: Yilin Chen Date: Thu, 24 Dec 2020 11:04:36 +0800 Subject: [PATCH] Bump version to 0.5.0 Signed-off-by: Yilin Chen --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b449c81..dd8282e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.5.0 + +* Upgrade tokio to 1.0 (#28) + # 0.4.0 * Return error if authorization is required but credentials are not present (#24) diff --git a/Cargo.toml b/Cargo.toml index ad1fad4..50c0360 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ readme = "README.md" categories = ["asynchronous", "network-programming"] keywords = ["tokio", "async", "proxy", "socks", "socks5"] license = "MIT" -version = "0.4.0" +version = "0.5.0" authors = ["Yilin Chen "] edition = "2018"