Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Yilin Chen <[email protected]>
  • Loading branch information
sticnarf committed Oct 27, 2020
1 parent 415e690 commit 16aae5c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.4.0

* Return error if authorization is required but credentials are not present (#24)

* Upgrade tokio to 0.3 (#27)

# 0.3.0

* Allow to take arbitrary socket instead of address to establish connections to proxy (#20)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"
categories = ["asynchronous", "network-programming"]
keywords = ["tokio", "async", "proxy", "socks", "socks5"]
license = "MIT"
version = "0.3.0"
version = "0.4.0"
authors = ["Yilin Chen <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 16aae5c

Please sign in to comment.