Skip to content

Commit

Permalink
release v1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Sep 1, 2023
1 parent c872714 commit 173cc6c
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 37 deletions.
69 changes: 35 additions & 34 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.16.0"
version = "1.16.1"
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 @@ -171,7 +171,7 @@ jemallocator = { version = "0.5", optional = true }
snmalloc-rs = { version = "0.3", optional = true }
rpmalloc = { version = "0.2", optional = true }

shadowsocks-service = { version = "1.16.0", path = "./crates/shadowsocks-service" }
shadowsocks-service = { version = "1.16.1", path = "./crates/shadowsocks-service" }

[target.'cfg(unix)'.dependencies]
daemonize = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion 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.16.0"
version = "1.16.1"
authors = ["Shadowsocks Contributors"]
description = "shadowsocks is a fast tunnel proxy that helps you bypass firewalls."
repository = "https://github.com/shadowsocks/shadowsocks-rust"
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
shadowsocks-rust (1.16.1) unstable; urgency=medium

## Bug Fixes

- #1285 [Regression fix] local DNS uses mode `tcp_and_udp` by default

shadowsocks-rust (1.16.0) unstable; urgency=medium

## Features
Expand Down

0 comments on commit 173cc6c

Please sign in to comment.