We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc96aa4 commit f81308fCopy full SHA for f81308f
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# v0.5.1 (2022-03-03)
2
+Fix processing of `DOMAINNAME` address type
3
+
4
# v0.5.0 (2020-12-26)
5
Update to tokio 1.0
6
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "async-socks5"
-version = "0.5.0"
+version = "0.5.1"
authors = ["Arsenii Lyashenko <arsenylyashenko.3@gmail.com>", "Temirkhan Myrzamadi <hirrolot@gmail.com>"]
license = "Apache-2.0 OR MIT"
description = "An async/.await SOCKS5 implementation"
0 commit comments