Skip to content

Commit

Permalink
chore: release (#53)
Browse files Browse the repository at this point in the history
## πŸ€– New release
* `memory_wallet`: 0.1.20 -> 0.1.21 (βœ“ API compatible changes)
* `wasm_client_solana`: 0.7.4 -> 0.7.5 (βœ“ API compatible changes)
* `test_utils_insta`: 0.1.3 -> 0.1.4 (βœ“ API compatible changes)
* `test_utils_keypairs`: 0.1.3 -> 0.1.4 (βœ“ API compatible changes)
* `test_utils_solana`: 0.7.1 -> 0.7.2 (βœ“ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

## `memory_wallet`
<blockquote>

##
[0.1.21](https://github.com/ifiokjr/wasm_solana/compare/memory_wallet@v0.1.20...memory_wallet@v0.1.21)
- 2025-01-17

### <!-- 7 -->βš™οΈ Miscellaneous Tasks

- update Cargo.lock dependencies
</blockquote>

## `wasm_client_solana`
<blockquote>

##
[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

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

- add `Clone` and `Copy` to more structs and enums
- implement `Clone` for token structs and enums
</blockquote>

## `test_utils_insta`
<blockquote>

##
[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

### <!-- 7 -->βš™οΈ Miscellaneous Tasks

- update Cargo.lock dependencies
</blockquote>

## `test_utils_keypairs`
<blockquote>

##
[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

### <!-- 7 -->βš™οΈ Miscellaneous Tasks

- update Cargo.lock dependencies
</blockquote>

## `test_utils_solana`
<blockquote>

##
[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

### <!-- 7 -->βš™οΈ Miscellaneous Tasks

- update Cargo.lock dependencies
</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>
  • Loading branch information
kickjump-bot[bot] authored Jan 17, 2025
1 parent c3f462e commit 96b77c1
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 12 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/memory_wallet/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "memory_wallet"
version = "0.1.20"
version = "0.1.21"
authors = { workspace = true }
categories = ["wasm"]
edition = { workspace = true }
Expand Down
6 changes: 6 additions & 0 deletions crates/memory_wallet/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

### <!-- 7 -->βš™οΈ 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

### <!-- 7 -->βš™οΈ Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion crates/test_utils_insta/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 }
Expand Down
6 changes: 6 additions & 0 deletions crates/test_utils_insta/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

### <!-- 7 -->βš™οΈ 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

### <!-- 7 -->βš™οΈ Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion crates/test_utils_keypairs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 }
Expand Down
6 changes: 6 additions & 0 deletions crates/test_utils_keypairs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

### <!-- 7 -->βš™οΈ 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

### <!-- 7 -->βš™οΈ Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion crates/test_utils_solana/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 }
Expand Down
6 changes: 6 additions & 0 deletions crates/test_utils_solana/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

### <!-- 7 -->βš™οΈ 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

### <!-- 7 -->βš™οΈ Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm_client_solana/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 }
Expand Down
7 changes: 7 additions & 0 deletions crates/wasm_client_solana/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

### <!-- 0 -->πŸŽ‰ 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

### <!-- 1 -->πŸ› Bug Fixes
Expand Down

0 comments on commit 96b77c1

Please sign in to comment.