Skip to content

Commit 912067b

Browse files
authored
Release 0.7.0 (#206)
Co-authored-by: Aursen <aursen@users.noreply.github.com>
1 parent 6af32b3 commit 912067b

File tree

5 files changed

+1049
-1011
lines changed

5 files changed

+1049
-1011
lines changed

‎CHANGELOG.md‎

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

33
## [Unreleased]
44

5+
## [0.7.0] - 2025-08-27
6+
7+
### Added
8+
9+
- Allow access to the internal accounts db ([#205](https://github.com/LiteSVM/litesvm/pull/205)).
10+
- Update token crate to support native mint functionality ([#200](https://github.com/LiteSVM/litesvm/pull/200)).
11+
- Feature to use hashbrown crate instead of std::collections ([#203](https://github.com/LiteSVM/litesvm/pull/203)).
12+
13+
### Changed
14+
15+
- Update Solana crates to 2.3 ([#194](https://github.com/LiteSVM/litesvm/pull/194)).
16+
- Refactor `add_program` methods to accept program_id as `impl Into<Pubkey>` for improved flexibility ([#183](https://github.com/LiteSVM/litesvm/pull/183)).
17+
- Make `add_program` return an error if the program is invalid ([#187](https://github.com/LiteSVM/litesvm/pull/187)).
18+
19+
### Fixed
20+
21+
- Cleanup 0 lamport accounts ([#204](https://github.com/LiteSVM/litesvm/pull/204)).
22+
- Fix the documentation for Node ([#191](https://github.com/LiteSVM/litesvm/pull/191)).
23+
524
## [0.6.1] - 2025-03-31
625

726
### Fixed
@@ -97,7 +116,8 @@
97116

98117
- Initial release.
99118

100-
[Unreleased]: https://github.com/LiteSVM/litesvm/compare/v0.6.1...HEAD
119+
[Unreleased]: https://github.com/LiteSVM/litesvm/compare/v0.7.0...HEAD
120+
[0.7.0]: https://github.com/LiteSVM/litesvm/compare/v0.6.1...v0.7.0
101121
[0.6.1]: https://github.com/LiteSVM/litesvm/compare/v0.6.0...v0.6.1
102122
[0.6.0]: https://github.com/LiteSVM/litesvm/compare/v0.5.0...v0.6.0
103123
[0.5.0]: https://github.com/LiteSVM/litesvm/compare/v0.4.0...v0.5.0

0 commit comments

Comments
 (0)