Skip to content

Commit

Permalink
chore: release (#41)
Browse files Browse the repository at this point in the history
## πŸ€– New release
* `memory_wallet`: 0.1.18 -> 0.1.19 (βœ“ API compatible changes)
* `wasm_client_solana`: 0.7.2 -> 0.7.3 (βœ“ API compatible changes)
* `test_utils_insta`: 0.1.1 -> 0.1.2 (βœ“ API compatible changes)
* `test_utils_keypairs`: 0.1.1 -> 0.1.2 (βœ“ API compatible changes)
* `test_utils_solana`: 0.6.3 -> 0.7.0 (βœ“ API compatible changes)

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

## `memory_wallet`
<blockquote>

##
[0.1.19](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected])
- 2024-12-21

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

- update Cargo.lock dependencies
</blockquote>

## `wasm_client_solana`
<blockquote>

##
[0.7.3](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected])
- 2024-12-21

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

- update Cargo.lock dependencies
</blockquote>

## `test_utils_insta`
<blockquote>

##
[0.1.2](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected])
- 2024-12-21

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

- update Cargo.lock dependencies
</blockquote>

## `test_utils_keypairs`
<blockquote>

##
[0.1.2](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected])
- 2024-12-21

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

- update Cargo.lock dependencies
</blockquote>

## `test_utils_solana`
<blockquote>

##
[0.7.0](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected])
- 2024-12-21

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

- [**breaking**] add ports field to `TestValidatorRunnerProps`
</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 Dec 21, 2024
1 parent 7068b3a commit 2ab9033
Show file tree
Hide file tree
Showing 12 changed files with 42 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.18" }
memory_wallet = { path = "./crates/memory_wallet", version = "0.1.19" }
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.2" }
wasm_client_solana = { path = "./crates/wasm_client_solana", version = "0.7.3" }

[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.18"
version = "0.1.19"
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.19](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-12-21

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

- update Cargo.lock dependencies

## [0.1.18](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-12-13

### <!-- 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.1"
version = "0.1.2"
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.2](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-12-21

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

- update Cargo.lock dependencies

## [0.1.0](https://github.com/ifiokjr/wasm_solana/releases/tag/[email protected]) - 2024-12-13

### <!-- 0 -->πŸŽ‰ Added
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.1"
version = "0.1.2"
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.2](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-12-21

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

- update Cargo.lock dependencies

## [0.1.0](https://github.com/ifiokjr/wasm_solana/releases/tag/[email protected]) - 2024-12-13

### <!-- 0 -->πŸŽ‰ Added
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.6.3"
version = "0.7.0"
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.0](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-12-21

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

- [**breaking**] add ports field to `TestValidatorRunnerProps`

## [0.6.3](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-12-13

### <!-- 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.2"
version = "0.7.3"
authors = { workspace = true }
categories = ["wasm", "web-programming"]
edition = { workspace = true }
Expand Down
6 changes: 6 additions & 0 deletions crates/wasm_client_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.3](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-12-21

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

- update Cargo.lock dependencies

## [0.7.2](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-12-13

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

0 comments on commit 2ab9033

Please sign in to comment.