File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 0.11.0] - 2026-03-30
6+
7+ ### Added
8+
9+ - Add feature gate account support ([ #308 ] ( https://github.com/LiteSVM/litesvm/pull/308 ) ).
10+ - Add custom syscall registration ([ #309 ] ( https://github.com/LiteSVM/litesvm/pull/309 ) ).
11+
12+ ### Fixed
13+
14+ - Align rent checks and assertions with Solana behavior ([ #304 ] ( https://github.com/LiteSVM/litesvm/pull/304 ) ).
15+ - Update ` rent.exemption_threshold ` based on feature gating ([ #307 ] ( https://github.com/LiteSVM/litesvm/pull/307 ) ).
16+ - Load the ` p-token ` binary instead of ` spl-token ` when the feature gate is enabled ([ #310 ] ( https://github.com/LiteSVM/litesvm/pull/310 ) ).
17+ - Treat upgradeable v3 programs without program data as ` Closed ` ([ #311 ] ( https://github.com/LiteSVM/litesvm/pull/311 ) ).
18+ - Update transaction account lock limits based on the active feature set ([ #312 ] ( https://github.com/LiteSVM/litesvm/pull/312 ) ).
19+
520## [ 0.10.0] - 2026-02-26
621
722### Added
197212
198213- Initial release.
199214
200- [ Unreleased ] : https://github.com/LiteSVM/litesvm/compare/v0.10.0...HEAD
215+ [ Unreleased ] : https://github.com/LiteSVM/litesvm/compare/v0.11.0...HEAD
216+ [ 0.11.0 ] : https://github.com/LiteSVM/litesvm/compare/v0.10.0...v0.11.0
201217[ 0.10.0 ] : https://github.com/LiteSVM/litesvm/compare/v0.9.1...v0.10.0
202218[ 0.9.1 ] : https://github.com/LiteSVM/litesvm/compare/v0.9.0...v0.9.1
203219[ 0.9.0 ] : https://github.com/LiteSVM/litesvm/compare/v0.8.2...v0.9.0
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.10 .0"
7+ version = " 0.11 .0"
88edition = " 2021"
99license = " Apache-2.0"
1010repository = " https://github.com/LiteSVM/litesvm"
@@ -25,7 +25,7 @@ hex = "0.4.3"
2525indexmap = " 2.12"
2626itertools = " 0.14"
2727libsecp256k1 = " 0.6.0"
28- litesvm = { path = " crates/litesvm" , version = " 0.10 " }
28+ litesvm = { path = " crates/litesvm" , version = " 0.11 " }
2929log = " 0.4"
3030napi = { version = " 3.8.3" , default-features = false }
3131napi-build = " 2.3.1"
You can’t perform that action at this time.
0 commit comments