Skip to content

Commit 40ce84c

Browse files
authored
Release 0.9.1 (#281)
Co-authored-by: Aursen <[email protected]>
1 parent 92000e6 commit 40ce84c

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
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
@@ -171,7 +177,8 @@
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

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ members = ["crates/*"]
44
exclude = ["crates/node-litesvm/tests/clock-example"]
55

66
[workspace.package]
7-
version = "0.9.0"
7+
version = "0.9.1"
88
edition = "2021"
99
license = "Apache-2.0"
1010
repository = "https://github.com/LiteSVM/litesvm"

0 commit comments

Comments
 (0)