Skip to content

Commit

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

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

## `memory_wallet`
<blockquote>

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

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

- add `test_utils_keypairs` crate
- replace `test_utils` with `test_utils_insta`
</blockquote>

## `wasm_client_solana`
<blockquote>

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

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

- add `test_utils_keypairs` crate
- replace `test_utils` with `test_utils_insta`
</blockquote>

## `test_utils_insta`
<blockquote>

##
[0.1.0](https://github.com/ifiokjr/wasm_solana/releases/tag/[email protected])
- 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/[email protected])
- 2024-12-13

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

- add `test_utils_keypairs` crate
</blockquote>

## `test_utils_solana`
<blockquote>

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

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

- add `test_utils_keypairs` crate
- replace `test_utils` with `test_utils_insta`
- add keypair utilities for testing
</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 e7c7abe commit c6acd24
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 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.16" }
memory_wallet = { path = "./crates/memory_wallet", version = "0.1.17" }
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_solana = { path = "./crates/test_utils_solana", version = "0.6.1" }
test_utils_solana = { path = "./crates/test_utils_solana", version = "0.6.2" }
wasm_client_anchor = { path = "./crates/wasm_client_anchor", version = "0.8.0" }
wasm_client_solana = { path = "./crates/wasm_client_solana", version = "0.7.0" }
wasm_client_solana = { path = "./crates/wasm_client_solana", version = "0.7.1" }

[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.16"
version = "0.1.17"
authors = { workspace = true }
categories = ["wasm"]
edition = { workspace = true }
Expand Down
7 changes: 7 additions & 0 deletions crates/memory_wallet/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.1.17](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-12-13

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

- add `test_utils_keypairs` crate
- replace `test_utils` with `test_utils_insta`

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

### <!-- 6 -->πŸ§ͺ Testing
Expand Down
14 changes: 14 additions & 0 deletions crates/test_utils_insta/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

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

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

- replace `test_utils` with `test_utils_insta`
14 changes: 14 additions & 0 deletions crates/test_utils_keypairs/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

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

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

- add `test_utils_keypairs` crate
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.1"
version = "0.6.2"
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
Expand Down
8 changes: 8 additions & 0 deletions crates/test_utils_solana/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

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

- add `test_utils_keypairs` crate
- replace `test_utils` with `test_utils_insta`
- add keypair utilities for testing

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

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

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

- add `test_utils_keypairs` crate
- replace `test_utils` with `test_utils_insta`

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

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

0 comments on commit c6acd24

Please sign in to comment.