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
+2 -2
View File
@@ -33,14 +33,14 @@ Add the dependency to your `Cargo.toml`:
```toml
# Add to your Cargo.toml
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.4.4" }
sol-trade-sdk = { path = "./sol-trade-sdk", version = "0.4.5" }
```
### Use crates.io
```toml
# Add to your Cargo.toml
sol-trade-sdk = "0.4.4"
sol-trade-sdk = "0.4.5"
```
## Usage Examples