Skip to content

Commit 16aae5c

Browse files
committed
Bump version to 0.4.0
Signed-off-by: Yilin Chen <sticnarf@gmail.com>
1 parent 415e690 commit 16aae5c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.4.0
2+
3+
* Return error if authorization is required but credentials are not present (#24)
4+
5+
* Upgrade tokio to 0.3 (#27)
6+
17
# 0.3.0
28

39
* Allow to take arbitrary socket instead of address to establish connections to proxy (#20)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
categories = ["asynchronous", "network-programming"]
99
keywords = ["tokio", "async", "proxy", "socks", "socks5"]
1010
license = "MIT"
11-
version = "0.3.0"
11+
version = "0.4.0"
1212
authors = ["Yilin Chen <sticnarf@gmail.com>"]
1313
edition = "2018"
1414

0 commit comments

Comments
 (0)