Skip to content

Commit 1fbcd05

Browse files
authored
Release node-litesvm v1.2.1 (#369)
1 parent 0bb6a60 commit 1fbcd05

5 files changed

Lines changed: 61 additions & 55 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/node-litesvm/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [1.2.1] - 2026-07-01
6+
7+
### Fixed
8+
9+
- Align the native binding version checks with the litesvm `v0.13.1`.
10+
511
## [1.2.0] - 2026-06-19
612

713
### Added

crates/node-litesvm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "litesvm-node"
4-
version = "1.2.0"
4+
version = "1.2.1"
55
include = ["/src", "build.rs"]
66
repository = "https://github.com/LiteSVM/litesvm"
77
license = "MIT"

0 commit comments

Comments
 (0)