diff --git a/Cargo.lock b/Cargo.lock index a169da7..363ea50 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3550,7 +3550,7 @@ dependencies = [ [[package]] name = "memory_wallet" -version = "0.1.20" +version = "0.1.21" dependencies = [ "anyhow", "assert2", @@ -8856,7 +8856,7 @@ dependencies = [ [[package]] name = "test_utils_insta" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "assert2", @@ -8865,14 +8865,14 @@ dependencies = [ [[package]] name = "test_utils_keypairs" -version = "0.1.3" +version = "0.1.4" dependencies = [ "solana-sdk", ] [[package]] name = "test_utils_solana" -version = "0.7.1" +version = "0.7.2" dependencies = [ "anyhow", "assert2", @@ -9826,7 +9826,7 @@ dependencies = [ [[package]] name = "wasm_client_solana" -version = "0.7.4" +version = "0.7.5" dependencies = [ "anyhow", "assert2", diff --git a/Cargo.toml b/Cargo.toml index 661b95d..f993e2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -93,13 +93,13 @@ example_client = { path = "./programs/example_client" } example_program = { path = "./programs/example_program" } # publishable crates -memory_wallet = { path = "./crates/memory_wallet", version = "0.1.20" } +memory_wallet = { path = "./crates/memory_wallet", version = "0.1.21" } test_utils_anchor = { path = "./crates/test_utils_anchor" } test_utils_insta = { path = "./crates/test_utils_insta" } test_utils_keypairs = { path = "./crates/test_utils_keypairs" } test_utils_solana = { path = "./crates/test_utils_solana" } wasm_client_anchor = { path = "./crates/wasm_client_anchor", version = "0.8.0" } -wasm_client_solana = { path = "./crates/wasm_client_solana", version = "0.7.4" } +wasm_client_solana = { path = "./crates/wasm_client_solana", version = "0.7.5" } [workspace.metadata.bin] anchor-cli = { git = "https://github.com/coral-xyz/anchor", rev = "955e7ea", version = "0.30.1", bins = ["anchor"] } diff --git a/crates/memory_wallet/Cargo.toml b/crates/memory_wallet/Cargo.toml index 1290ccb..d454e9f 100644 --- a/crates/memory_wallet/Cargo.toml +++ b/crates/memory_wallet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "memory_wallet" -version = "0.1.20" +version = "0.1.21" authors = { workspace = true } categories = ["wasm"] edition = { workspace = true } diff --git a/crates/memory_wallet/changelog.md b/crates/memory_wallet/changelog.md index 850f26d..0071e26 100644 --- a/crates/memory_wallet/changelog.md +++ b/crates/memory_wallet/changelog.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.21](https://github.com/ifiokjr/wasm_solana/compare/memory_wallet@v0.1.20...memory_wallet@v0.1.21) - 2025-01-17 + +### ⚙️ Miscellaneous Tasks + +- update Cargo.lock dependencies + ## [0.1.20](https://github.com/ifiokjr/wasm_solana/compare/memory_wallet@v0.1.19...memory_wallet@v0.1.20) - 2025-01-16 ### ⚙️ Miscellaneous Tasks diff --git a/crates/test_utils_insta/Cargo.toml b/crates/test_utils_insta/Cargo.toml index 094816b..db8fadd 100644 --- a/crates/test_utils_insta/Cargo.toml +++ b/crates/test_utils_insta/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test_utils_insta" -version = "0.1.3" +version = "0.1.4" authors = { workspace = true } edition = { workspace = true } homepage = { workspace = true } diff --git a/crates/test_utils_insta/changelog.md b/crates/test_utils_insta/changelog.md index d85b9f5..b4d7677 100644 --- a/crates/test_utils_insta/changelog.md +++ b/crates/test_utils_insta/changelog.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.4](https://github.com/ifiokjr/wasm_solana/compare/test_utils_insta@v0.1.3...test_utils_insta@v0.1.4) - 2025-01-17 + +### ⚙️ Miscellaneous Tasks + +- update Cargo.lock dependencies + ## [0.1.3](https://github.com/ifiokjr/wasm_solana/compare/test_utils_insta@v0.1.2...test_utils_insta@v0.1.3) - 2025-01-16 ### ⚙️ Miscellaneous Tasks diff --git a/crates/test_utils_keypairs/Cargo.toml b/crates/test_utils_keypairs/Cargo.toml index 8eb02fb..15bbf17 100644 --- a/crates/test_utils_keypairs/Cargo.toml +++ b/crates/test_utils_keypairs/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test_utils_keypairs" -version = "0.1.3" +version = "0.1.4" authors = { workspace = true } edition = { workspace = true } homepage = { workspace = true } diff --git a/crates/test_utils_keypairs/changelog.md b/crates/test_utils_keypairs/changelog.md index 69300ba..3c7158b 100644 --- a/crates/test_utils_keypairs/changelog.md +++ b/crates/test_utils_keypairs/changelog.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.4](https://github.com/ifiokjr/wasm_solana/compare/test_utils_keypairs@v0.1.3...test_utils_keypairs@v0.1.4) - 2025-01-17 + +### ⚙️ Miscellaneous Tasks + +- update Cargo.lock dependencies + ## [0.1.3](https://github.com/ifiokjr/wasm_solana/compare/test_utils_keypairs@v0.1.2...test_utils_keypairs@v0.1.3) - 2025-01-16 ### ⚙️ Miscellaneous Tasks diff --git a/crates/test_utils_solana/Cargo.toml b/crates/test_utils_solana/Cargo.toml index 1eb776c..28197d9 100644 --- a/crates/test_utils_solana/Cargo.toml +++ b/crates/test_utils_solana/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test_utils_solana" -version = "0.7.1" +version = "0.7.2" authors = { workspace = true } edition = { workspace = true } homepage = { workspace = true } diff --git a/crates/test_utils_solana/changelog.md b/crates/test_utils_solana/changelog.md index 6aec4de..ad095e8 100644 --- a/crates/test_utils_solana/changelog.md +++ b/crates/test_utils_solana/changelog.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.2](https://github.com/ifiokjr/wasm_solana/compare/test_utils_solana@v0.7.1...test_utils_solana@v0.7.2) - 2025-01-17 + +### ⚙️ Miscellaneous Tasks + +- update Cargo.lock dependencies + ## [0.7.1](https://github.com/ifiokjr/wasm_solana/compare/test_utils_solana@v0.7.0...test_utils_solana@v0.7.1) - 2025-01-16 ### ⚙️ Miscellaneous Tasks diff --git a/crates/wasm_client_solana/Cargo.toml b/crates/wasm_client_solana/Cargo.toml index c8c1d26..5ab565f 100644 --- a/crates/wasm_client_solana/Cargo.toml +++ b/crates/wasm_client_solana/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasm_client_solana" -version = "0.7.4" +version = "0.7.5" authors = { workspace = true } categories = ["wasm", "web-programming"] edition = { workspace = true } diff --git a/crates/wasm_client_solana/changelog.md b/crates/wasm_client_solana/changelog.md index d9c088e..4620eca 100644 --- a/crates/wasm_client_solana/changelog.md +++ b/crates/wasm_client_solana/changelog.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.5](https://github.com/ifiokjr/wasm_solana/compare/wasm_client_solana@v0.7.4...wasm_client_solana@v0.7.5) - 2025-01-17 + +### 🎉 Added + +- add `Clone` and `Copy` to more structs and enums +- implement `Clone` for token structs and enums + ## [0.7.4](https://github.com/ifiokjr/wasm_solana/compare/wasm_client_solana@v0.7.3...wasm_client_solana@v0.7.4) - 2025-01-16 ### 🐛 Bug Fixes