Skip to content

Commit c341c89

Browse files
committed
chore: release v1.20.4
1 parent f200dff commit c341c89

File tree

5 files changed

+20
-8
lines changed

5 files changed

+20
-8
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shadowsocks-rust"
3-
version = "1.20.3"
3+
version = "1.20.4"
44
authors = ["Shadowsocks Contributors"]
55
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
66
repository = "https://github.com/shadowsocks/shadowsocks-rust"
@@ -248,7 +248,7 @@ jemallocator = { version = "0.5", optional = true }
248248
snmalloc-rs = { version = "0.3", optional = true }
249249
rpmalloc = { version = "0.2", optional = true }
250250

251-
shadowsocks-service = { version = "1.20.3", path = "./crates/shadowsocks-service" }
251+
shadowsocks-service = { version = "1.20.4", path = "./crates/shadowsocks-service" }
252252

253253
windows-service = { version = "0.7", optional = true }
254254

crates/shadowsocks-service/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shadowsocks-service"
3-
version = "1.20.3"
3+
version = "1.20.4"
44
authors = ["Shadowsocks Contributors"]
55
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
66
repository = "https://github.com/shadowsocks/shadowsocks-rust"
@@ -205,7 +205,7 @@ serde = { version = "1.0", features = ["derive"] }
205205
json5 = "0.4"
206206
bson = { version = "2.10.0", optional = true }
207207

208-
shadowsocks = { version = "1.20.1", path = "../shadowsocks", default-features = false }
208+
shadowsocks = { version = "1.20.2", path = "../shadowsocks", default-features = false }
209209

210210
# Just for the ioctl call macro
211211
[target.'cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd"))'.dependencies]

crates/shadowsocks/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shadowsocks"
3-
version = "1.20.1"
3+
version = "1.20.2"
44
authors = ["Shadowsocks Contributors"]
55
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
66
repository = "https://github.com/shadowsocks/shadowsocks-rust"

debian/changelog

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
shadowsocks-rust (1.20.4) unstable; urgency=medium
2+
3+
## Features
4+
5+
- #1616 `local`: Allow configuring SOCKS5 `UDP_ASSOCIATE` address
6+
- #1607 Published in MacPorts: https://ports.macports.org/port/shadowsocks-rust/
7+
- #1613 `ProxyServerStream::from_stream` made public
8+
9+
## Bug Fixes
10+
11+
- #1612 `server`: Properly exit server instance if any of the sub-tasks exited
12+
113
shadowsocks-rust (1.20.3) unstable; urgency=medium
214

315
## Features

0 commit comments

Comments
 (0)