Skip to content

Commit

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

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

## `memory_wallet`
<blockquote>

##
[0.1.18](https://github.com/ifiokjr/wasm_solana/compare/memory_wallet@v0.1.17...memory_wallet@v0.1.18)
- 2024-12-13

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

- update Cargo.lock dependencies
</blockquote>

## `wasm_client_solana`
<blockquote>

##
[0.7.2](https://github.com/ifiokjr/wasm_solana/compare/wasm_client_solana@v0.7.1...wasm_client_solana@v0.7.2)
- 2024-12-13

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

- make dependency more flexible
- `async-tungstenite@0.28.1` `futures-03-sink` feature

### <!-- 9 -->◀️ Revert

- "fix: make dependency more flexible"
</blockquote>

## `test_utils_insta`
<blockquote>

##
[0.1.0](https://github.com/ifiokjr/wasm_solana/releases/tag/test_utils_insta@v0.1.0)
- 2024-12-13

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

- replace `test_utils` with `test_utils_insta`
</blockquote>

## `test_utils_keypairs`
<blockquote>

##
[0.1.0](https://github.com/ifiokjr/wasm_solana/releases/tag/test_utils_keypairs@v0.1.0)
- 2024-12-13

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

- add `test_utils_keypairs` crate
</blockquote>

## `test_utils_solana`
<blockquote>

##
[0.6.3](https://github.com/ifiokjr/wasm_solana/compare/test_utils_solana@v0.6.2...test_utils_solana@v0.6.3)
- 2024-12-13

### <!-- 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 Dec 13, 2024
1 parent 15d1035 commit 26187ab
Show file tree
Hide file tree
Showing 10 changed files with 37 additions and 14 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.

8 changes: 4 additions & 4 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.17" }
memory_wallet = { path = "./crates/memory_wallet", version = "0.1.18" }
test_utils_anchor = { path = "./crates/test_utils_anchor" }
test_utils_insta = { path = "./crates/test_utils_insta", version = "0.1.0" }
test_utils_keypairs = { path = "./crates/test_utils_keypairs", version = "0.1.0" }
test_utils_insta = { path = "./crates/test_utils_insta", version = "0.1.1" }
test_utils_keypairs = { path = "./crates/test_utils_keypairs", version = "0.1.1" }
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.1" }
wasm_client_solana = { path = "./crates/wasm_client_solana", version = "0.7.2" }

[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.17"
version = "0.1.18"
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.18](https://github.com/ifiokjr/wasm_solana/compare/memory_wallet@v0.1.17...memory_wallet@v0.1.18) - 2024-12-13

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

- update Cargo.lock dependencies

## [0.1.17](https://github.com/ifiokjr/wasm_solana/compare/memory_wallet@v0.1.16...memory_wallet@v0.1.17) - 2024-12-13

### <!-- 0 -->πŸŽ‰ Added
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.0"
version = "0.1.1"
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
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.0"
version = "0.1.1"
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
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.2"
version = "0.6.3"
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.6.3](https://github.com/ifiokjr/wasm_solana/compare/test_utils_solana@v0.6.2...test_utils_solana@v0.6.3) - 2024-12-13

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

- update Cargo.lock dependencies

## [0.6.2](https://github.com/ifiokjr/wasm_solana/compare/test_utils_solana@v0.6.1...test_utils_solana@v0.6.2) - 2024-12-13

### <!-- 0 -->πŸŽ‰ Added
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.1"
version = "0.7.2"
authors = { workspace = true }
categories = ["wasm", "web-programming"]
edition = { workspace = true }
Expand Down
11 changes: 11 additions & 0 deletions crates/wasm_client_solana/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ 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/wasm_client_solana@v0.7.1...wasm_client_solana@v0.7.2) - 2024-12-13

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

- make dependency more flexible
- `async-tungstenite@0.28.1` `futures-03-sink` feature

### <!-- 9 -->◀️ Revert

- "fix: make dependency more flexible"

## [0.7.1](https://github.com/ifiokjr/wasm_solana/compare/wasm_client_solana@v0.7.0...wasm_client_solana@v0.7.1) - 2024-12-13

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

0 comments on commit 26187ab

Please sign in to comment.