chore: bump version to 1.1.5

Update package version from 1.1.4 to 1.1.5 in Cargo.toml and documentation.
This release includes recent improvements from merged pull requests:
- Increase minimum accounts check from 11 to 13 for PumpSwap parser
- Refactor event parser core implementation
This commit is contained in:
ysq
2025-11-19 21:13:40 +08:00
parent 1770758597
commit 5e222bf38a
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -109,14 +109,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
solana-streamer-sdk = { path = "./solana-streamer", version = "1.1.4" }
solana-streamer-sdk = { path = "./solana-streamer", version = "1.1.5" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
solana-streamer-sdk = "1.1.4"
solana-streamer-sdk = "1.1.5"
```
## 🔄 Migration Guide