Skip to content

Commit c7fb571

Browse files
authored
Merge pull request #4 from sticnarf/release
0.1.2 Release
2 parents 1cc6414 + 21258ee commit c7fb571

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.1.2
2+
3+
* Fix ConnectFuture buffer too small (#1)
4+
15
# 0.1.1
26

37
* Support SOCKS5 `BIND` command.

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.1.1"
11+
version = "0.1.2"
1212
authors = ["Yilin Chen <sticnarf@gmail.com>"]
1313
edition = "2018"
1414

0 commit comments

Comments
 (0)