From 0493aca6dff4b980c6eaa368cc42698a958f569e Mon Sep 17 00:00:00 2001 From: Yilin Chen Date: Wed, 15 Jul 2020 22:14:06 +0800 Subject: [PATCH] Bump version 0.3.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 c88ebd8..9df368f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.3.0 + +* Allow to take arbitrary socket instead of address to establish connections to proxy (#20) + # 0.2.2 * Replace failure with thiserror (#17) diff --git a/Cargo.toml b/Cargo.toml index 4280948..2530b67 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.2.2" +version = "0.3.0" authors = ["Yilin Chen "] edition = "2018"