File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.9.1] - 2026-01-15
6+
7+ ### Changed
8+
9+ - Replace ` solana-pubkey ` dependency with ` solana-address ` ([ #280 ] ( https://github.com/LiteSVM/litesvm/pull/280 ) ).
10+
511## [ 0.9.0] - 2026-01-05
612
713### Changed
171177
172178- Initial release.
173179
174- [ Unreleased ] : https://github.com/LiteSVM/litesvm/compare/v0.9.0...HEAD
180+ [ Unreleased ] : https://github.com/LiteSVM/litesvm/compare/v0.9.1...HEAD
181+ [ 0.9.1 ] : https://github.com/LiteSVM/litesvm/compare/v0.9.0...v0.9.1
175182[ 0.9.0 ] : https://github.com/LiteSVM/litesvm/compare/v0.8.2...v0.9.0
176183[ 0.8.2 ] : https://github.com/LiteSVM/litesvm/compare/v0.8.1...v0.8.2
177184[ 0.8.1 ] : https://github.com/LiteSVM/litesvm/compare/v0.8.0...v0.8.1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ members = ["crates/*"]
44exclude = [" crates/node-litesvm/tests/clock-example" ]
55
66[workspace .package ]
7- version = " 0.9.0 "
7+ version = " 0.9.1 "
88edition = " 2021"
99license = " Apache-2.0"
1010repository = " https://github.com/LiteSVM/litesvm"
You can’t perform that action at this time.
0 commit comments