Skip to content

Commit

Permalink
Merge pull request #22 from sticnarf/bump-0.3
Browse files Browse the repository at this point in the history
Bump version 0.3.0
  • Loading branch information
sticnarf authored Jul 15, 2020
2 parents 55f95ad + 0493aca commit 32c77f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.2.2"
version = "0.3.0"
authors = ["Yilin Chen <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 32c77f9

Please sign in to comment.