Skip to content

Commit e5f0ab9

Browse files
committed
release v1.15.2
1 parent 0d44694 commit e5f0ab9

File tree

5 files changed

+16
-6
lines changed

5 files changed

+16
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shadowsocks-rust"
3-
version = "1.15.1"
3+
version = "1.15.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"

crates/shadowsocks-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shadowsocks-service"
3-
version = "1.15.0"
3+
version = "1.15.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"

crates/shadowsocks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "shadowsocks"
3-
version = "1.15.0"
3+
version = "1.15.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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
shadowsocks-rust (1.15.2) unstable; urgency=medium
2+
3+
## Bug Fixes
4+
5+
- #1060 ACL supports checking IPv4-mapped-IPv6 addresses with IPv4 rules
6+
7+
## Miscellaneous
8+
9+
- Code style and potential bug fixes with clippy check
10+
111
shadowsocks-rust (1.15.0) unstable; urgency=medium
212

313
## Features

0 commit comments

Comments
 (0)