File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.28.1
2
+ current_version = 0.29.0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ 0.29.0] - Unreleased
3
+ ## [ 0.29.0] - 2023-01-13
4
4
5
5
## Added
6
6
27
27
- Remove constant ` solana.transaction.SIG_LENGTH ` in favour of ` solders.signature.Signature.LENGTH ` .
28
28
- Remove unused ` solana.transaction.SigPubkeyPair ` .
29
29
- Use latest solders [ (#334 )] ( https://github.com/michaelhly/solana-py/pull/334 )
30
- - Use new ` solders.rpc.requests.SendRawTransasction ` in ` send_raw_transaction ` methods
30
+ - Use new ` solders.rpc.requests.SendRawTransaction ` in ` send_raw_transaction ` methods [ ( # 332 ) ] ( https://github.com/michaelhly/solana-py/pull/332 )
31
31
32
32
## [ 0.28.1] - 2022-12-29
33
33
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " solana"
3
- version = " 0.28.1 "
3
+ version = " 0.29.0 "
4
4
description = " Solana Python API"
5
5
authors = [" Michael Huang <michaelhly@gmail.com>" , " Kevin Heavey <heaveykevin2@gmail.com>" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments