Skip to content

Commit fe50a6b

Browse files
committed
chore: prepare releases
1 parent 94820e3 commit fe50a6b

File tree

20 files changed

+81
-46
lines changed

20 files changed

+81
-46
lines changed

.changeset/remove_all_references_to_solana_sdk_and_solana_program.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/update_readme_versions.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/v3_solana_toolchain.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,11 @@ web-sys = { default-features = false, version = "^0.3" }
138138
zstd = { version = "0.13", default-features = false }
139139

140140
# publishable crates
141-
memory_wallet = { path = "crates/memory_wallet", version = "0.1.24" }
142-
test_utils_insta = { path = "crates/test_utils_insta" }
143-
test_utils_keypairs = { path = "crates/test_utils_keypairs" }
144-
test_utils_solana = { path = "crates/test_utils_solana", version = "0.7.4" }
145-
wasm_client_solana = { path = "crates/wasm_client_solana", version = "0.9.0" }
141+
memory_wallet = { path = "crates/memory_wallet", version = "0.2.0" }
142+
test_utils_insta = { path = "crates/test_utils_insta", version = "0.1.6" }
143+
test_utils_keypairs = { path = "crates/test_utils_keypairs", version = "0.2.0" }
144+
test_utils_solana = { path = "crates/test_utils_solana", version = "0.8.0" }
145+
wasm_client_solana = { path = "crates/wasm_client_solana", version = "0.10.0" }
146146

147147
# forks
148148
solana-account-decoder-client-types-wasm = { path = "forks/solana-account-decoder-client-types-wasm", version = "3.0.10" }

crates/memory_wallet/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "memory_wallet"
3-
version = "0.1.24"
3+
version = "0.2.0"
44
authors = { workspace = true }
55
categories = ["wasm"]
66
edition = { workspace = true }

crates/memory_wallet/changelog.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
186186
- basic tests for `MemoryWallet` now succeed
187187
- passing tests for `wasm_client_solana`
188188
- write first tests
189+
## 0.2.0 (2025-11-08)
190+
191+
### Breaking Changes
192+
193+
#### `v3` solana toolchain
194+
195+
Upgrade the solana toolchain to version 3 and begin the process of moving away from `solana_sdk`.
196+
197+
### Features
198+
199+
- Remove all references to `solana-sdk` and `solana-program`
200+
201+
### Documentation
202+
203+
- Update readme versions

crates/memory_wallet/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Or directly add the following to your `Cargo.toml`:
2020

2121
```toml
2222
[dependencies]
23-
memory_wallet = "0.1.24"
23+
memory_wallet = "0.2.0"
2424
```
2525

2626
### Features

crates/test_utils_insta/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "test_utils_insta"
3-
version = "0.1.5"
3+
version = "0.1.6"
44
authors = { workspace = true }
55
edition = { workspace = true }
66
homepage = { workspace = true }

crates/test_utils_insta/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3636
### <!-- 0 -->🎉 Added
3737

3838
- replace `test_utils` with `test_utils_insta`
39+
## 0.1.6 (2025-11-08)
40+
41+
### Documentation
42+
43+
- Update readme versions

0 commit comments

Comments
 (0)