Skip to content

Commit 7325bd8

Browse files
chore(memory_wallet): release v0.1.23 (#66)
## πŸ€– New release * `memory_wallet`: 0.1.22 -> 0.1.23 (βœ“ API compatible changes) <details><summary><i><b>Changelog</b></i></summary><p> <blockquote> ## [0.1.23](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2025-03-14 ### <!-- 7 -->βš™οΈ Miscellaneous Tasks - specify path for `test_utils_solana` in `memory_wallet`'s Cargo.toml </blockquote> </p></details> --- This PR was generated with [release-plz](https://github.com/release-plz/release-plz/). Co-authored-by: kickjump-bot[bot] <179439731+kickjump-bot[bot]@users.noreply.github.com>
1 parent 23eb027 commit 7325bd8

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

Diff for: β€ŽCargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: β€ŽCargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ example_client = { path = "./programs/example_client" }
9292
example_program = { path = "./programs/example_program" }
9393

9494
# publishable crates
95-
memory_wallet = { path = "./crates/memory_wallet", version = "0.1.22" }
95+
memory_wallet = { path = "./crates/memory_wallet", version = "0.1.23" }
9696
test_utils_anchor = { path = "./crates/test_utils_anchor" }
9797
test_utils_insta = { path = "./crates/test_utils_insta" }
9898
test_utils_keypairs = { path = "./crates/test_utils_keypairs" }

Diff for: β€Žcrates/memory_wallet/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "memory_wallet"
3-
version = "0.1.22"
3+
version = "0.1.23"
44
authors = { workspace = true }
55
categories = ["wasm"]
66
edition = { workspace = true }

Diff for: β€Žcrates/memory_wallet/changelog.md

+6
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.1.23](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2025-03-14
11+
12+
### <!-- 7 -->βš™οΈ Miscellaneous Tasks
13+
14+
- specify path for `test_utils_solana` in `memory_wallet`'s Cargo.toml
15+
1016
## [0.1.22](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2025-03-14
1117

1218
### <!-- 0 -->πŸŽ‰ Added

0 commit comments

Comments
Β (0)