Skip to content

Commit 25ce5f2

Browse files
committed
chore: release v1.23.0
1 parent 4c732e5 commit 25ce5f2

File tree

4 files changed

+22
-15
lines changed

4 files changed

+22
-15
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Build & Test
22

3-
on:
4-
push:
5-
branches: [master]
6-
pull_request:
7-
branches: [master]
3+
on: [push, pull_request]
84

95
env:
106
CARGO_TERM_COLOR: always

.github/workflows/build-msrv.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Build MSRV
22

3-
on:
4-
push:
5-
branches: [master]
6-
pull_request:
7-
branches: [master]
3+
on: [push, pull_request]
84

95
env:
106
CARGO_TERM_COLOR: always

.github/workflows/clippy-check.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Clippy Check
22

3-
on:
4-
push:
5-
branches: [master]
6-
pull_request:
7-
branches: [master]
3+
on: [push, pull_request]
84

95
env:
106
CARGO_TERM_COLOR: always

debian/changelog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
shadowsocks-rust (1.23.0) unstable; urgency=medium
2+
3+
## Features, Breaking Changes
4+
5+
- MSRV bumps to v1.85, Rust language edition upgraded to `2024`
6+
- `rand` crate upgraded to v0.9, which may be incompatible with other older crates
7+
- `local-fake-dns` switched storage engine from `sled` to `rocksdb`, users should delete the old database file and let `sslocal` recreate it ageain
8+
- `local-fake-dns` is moved from `full` to `full-extra` feature because its still unstable
9+
10+
## Bug fixes
11+
12+
- #1832 Fixes FreeBSD build error
13+
- #1833 Fixes `sswinservice.exe` file paths in Powershell build script
14+
- `mips-*` targets cross build reenabled
15+
16+
## Miscellaneous
17+
18+
- #1834 Shadowsocks entrance APIs has strongly typed errors
19+
120
shadowsocks-rust (1.22.0) unstable; urgency=medium
221

322
## Features, Breaking Changes

0 commit comments

Comments
 (0)