Skip to content

Commit 469a885

Browse files
chore: release
1 parent 80f708b commit 469a885

File tree

12 files changed

+94
-10
lines changed

12 files changed

+94
-10
lines changed

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.

crates/solana-address-book/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0](https://github.com/macalinao/testsvm/compare/solana-address-book-v0.1.1...solana-address-book-v0.2.0) - 2025-09-01
11+
12+
### Other
13+
14+
- Split out testsvm-core and testsvm-spl from main testsvm package
15+
1016
## [0.1.1](https://github.com/macalinao/testsvm/releases/tag/solana-address-book-v0.1.1) - 2025-08-28
1117

1218
### Other

crates/solana-address-book/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "solana-address-book"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
edition = "2024"
55
description = "A library for managing and tracking Solana addresses used in transactions"
66
license = "Apache-2.0"
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0](https://github.com/macalinao/testsvm/releases/tag/testsvm-assertions-v0.1.0) - 2025-09-01
11+
12+
### Other
13+
14+
- readme update
15+
- Reorganize testsvm-assertions
16+
- testsvm-assertions crate

crates/testsvm-core/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.1](https://github.com/macalinao/testsvm/releases/tag/testsvm-core-v0.1.1) - 2025-09-01
11+
12+
### Fixed
13+
14+
- fix duplicate anchor_instruction, more reorganization
15+
16+
### Other
17+
18+
- Reorganize testsvm-assertions
19+
- Split out testsvm-core and testsvm-spl from main testsvm package

crates/testsvm-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ categories = ["development-tools::testing", "cryptography::cryptocurrencies"]
1616
anyhow = "1.0"
1717
litesvm = "0.6"
1818
solana-sdk = "2.2"
19-
solana-address-book = { path = "../solana-address-book", version = "0.1.1" }
19+
solana-address-book = { path = "../solana-address-book", version = "0.2.0" }
2020
anchor-lang = "0.31"
2121
anchor-utils = { path = "../anchor-utils", version = "0.1.0" }
2222
colored = "3"

crates/testsvm-quarry/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.0](https://github.com/macalinao/testsvm/compare/testsvm-quarry-v0.1.0...testsvm-quarry-v0.2.0) - 2025-09-01
11+
12+
### Fixed
13+
14+
- fix duplicate anchor_instruction, more reorganization
15+
16+
### Other
17+
18+
- Reorganize testsvm-assertions
19+
- Split out testsvm-core and testsvm-spl from main testsvm package
20+
1021
## [0.1.0](https://github.com/macalinao/testsvm/releases/tag/testsvm-quarry-v0.1.0) - 2025-08-28
1122

1223
### Fixed

crates/testsvm-quarry/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "testsvm-quarry"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2024"
55
license = "Apache-2.0"
66
authors = ["Ian Macalinao <[email protected]>"]
@@ -19,6 +19,6 @@ anchor-spl = { version = "0.31.1", features = ["token", "associated_token"] }
1919
litesvm = "0.6.1"
2020
solana-sdk = "2.2"
2121
solana-program = "2.2"
22-
testsvm = { version = "0.1.1", path = "../testsvm" }
22+
testsvm = { version = "0.2.0", path = "../testsvm" }
2323

2424
[dev-dependencies]

crates/testsvm-spl/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.1.0](https://github.com/macalinao/testsvm/releases/tag/testsvm-spl-v0.1.0) - 2025-09-01
11+
12+
### Fixed
13+
14+
- fix duplicate anchor_instruction, more reorganization
15+
16+
### Other
17+
18+
- Reorganize testsvm-assertions
19+
- Split out testsvm-core and testsvm-spl from main testsvm package

crates/testsvm-spl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ solana-sdk = "2.2"
2626
anchor-spl = "0.31"
2727
anchor-lang = "0.31"
2828
testsvm-core = { path = "../testsvm-core", version = "0.1.1" }
29-
solana-address-book = { path = "../solana-address-book", version = "0.1.1" }
29+
solana-address-book = { path = "../solana-address-book", version = "0.2.0" }

0 commit comments

Comments
 (0)