Skip to content

Commit

Permalink
chore: release v1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Aug 15, 2024
1 parent f200dff commit c341c89
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shadowsocks-rust"
version = "1.20.3"
version = "1.20.4"
authors = ["Shadowsocks Contributors"]
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
repository = "https://github.com/shadowsocks/shadowsocks-rust"
Expand Down Expand Up @@ -248,7 +248,7 @@ jemallocator = { version = "0.5", optional = true }
snmalloc-rs = { version = "0.3", optional = true }
rpmalloc = { version = "0.2", optional = true }

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

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

Expand Down
4 changes: 2 additions & 2 deletions crates/shadowsocks-service/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shadowsocks-service"
version = "1.20.3"
version = "1.20.4"
authors = ["Shadowsocks Contributors"]
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
repository = "https://github.com/shadowsocks/shadowsocks-rust"
Expand Down Expand Up @@ -205,7 +205,7 @@ serde = { version = "1.0", features = ["derive"] }
json5 = "0.4"
bson = { version = "2.10.0", optional = true }

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

# Just for the ioctl call macro
[target.'cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd"))'.dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/shadowsocks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "shadowsocks"
version = "1.20.1"
version = "1.20.2"
authors = ["Shadowsocks Contributors"]
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
repository = "https://github.com/shadowsocks/shadowsocks-rust"
Expand Down
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
shadowsocks-rust (1.20.4) unstable; urgency=medium

## Features

- #1616 `local`: Allow configuring SOCKS5 `UDP_ASSOCIATE` address
- #1607 Published in MacPorts: https://ports.macports.org/port/shadowsocks-rust/
- #1613 `ProxyServerStream::from_stream` made public

## Bug Fixes

- #1612 `server`: Properly exit server instance if any of the sub-tasks exited

shadowsocks-rust (1.20.3) unstable; urgency=medium

## Features
Expand Down

0 comments on commit c341c89

Please sign in to comment.