From 5e222bf38a5eb594bd6fb4a608733a62bb7358f0 Mon Sep 17 00:00:00 2001 From: ysq Date: Wed, 19 Nov 2025 21:13:40 +0800 Subject: [PATCH] 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 --- Cargo.toml | 2 +- README.md | 4 ++-- README_CN.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8c31244..64f76a2 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "solana-streamer-sdk" -version = "1.1.4" +version = "1.1.5" edition = "2021" authors = ["William ", "sgxiang ", "wei <1415121722@qq.com>"] repository = "https://github.com/0xfnzero/solana-streamer" diff --git a/README.md b/README.md index 6f49a9f..c1e49e1 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_CN.md b/README_CN.md index 4d04a67..77bd323 100644 --- a/README_CN.md +++ b/README_CN.md @@ -108,14 +108,14 @@ git clone https://github.com/0xfnzero/solana-streamer ```toml # ζ·»εŠ εˆ°ζ‚¨ηš„ Cargo.toml -solana-streamer-sdk = { path = "./solana-streamer", version = "1.1.4" } +solana-streamer-sdk = { path = "./solana-streamer", version = "1.1.5" } ``` ### 使用 crates.io ```toml # ζ·»εŠ εˆ°ζ‚¨ηš„ Cargo.toml -solana-streamer-sdk = "1.1.4" +solana-streamer-sdk = "1.1.5" ``` ## πŸ”„ θΏη§»ζŒ‡ε—