Release v3.5.1: bump version, update README

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Wood
2026-02-26 00:58:48 +08:00
co-authored by Cursor
parent 6ce8ee582e
commit 147c6068d1
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "sol-trade-sdk"
version = "3.5.0"
version = "3.5.1"
edition = "2021"
authors = [
"William <byteblock6@gmail.com>",
+4
View File
@@ -60,6 +60,10 @@
---
## 🆕 What's new in 3.5.1
- **SWQoS / executor**: Updates to common SWQoS logic and trading executor.
## 🆕 What's new in 3.5.0
- **Performance**: Hot-path timing only when logging; reduced clones (`execute_parallel` takes `&[Arc<SwqosClient>]`); shared HTTP client constants for SWQoS.