Release v3.6.3: bump version, update README and add release notes

Made-with: Cursor
This commit is contained in:
Wood
2026-03-17 03:44:42 +08:00
parent e957bc4bee
commit 667d6d2c5b
4 changed files with 19 additions and 5 deletions
+2 -2
View File
@@ -90,14 +90,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.6.2" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "3.6.3" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
sol-trade-sdk = "3.6.2"
sol-trade-sdk = "3.6.3"
```
## 🛠️ Usage Examples