feat: v0.4.5 - add immediate sell functionality and default implementations

- Bump version to 0.4.5
- Add Default traits for BondingCurveAccount and BonkParams
- Add immediate_sell methods for PumpFun and Bonk params
- Update README version references
This commit is contained in:
ysq
2025-08-21 23:54:26 +08:00
parent f5cfbbfa20
commit c9b5c98a36
5 changed files with 17 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "sol-trade-sdk"
version = "0.4.4"
version = "0.4.5"
edition = "2021"
authors = ["William <byteblock6@gmail.com>", "sgxiang <sgxiang@gmail.com>", "wei <1415121722@qq.com>"]
repository = "https://github.com/0xfnzero/sol-trade-sdk"