Skip to content

Commit

Permalink
chore: release (#17)
Browse files Browse the repository at this point in the history
Co-authored-by: kickjump-bot[bot] <179439731+kickjump-bot[bot]@users.noreply.github.com>
  • Loading branch information
kickjump-bot[bot] authored Oct 11, 2024
1 parent d67bc58 commit 77c9b98
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 11 deletions.
8 changes: 4 additions & 4 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 @@ -91,9 +91,9 @@ test_utils = { path = "./crates/test_utils" }
test_utils_solana = { path = "./crates/test_utils_solana" }
wallet_standard = { path = "./crates/wallet_standard", version = "0.2.1" }
wallet_standard_browser = { path = "./crates/wallet_standard_browser", version = "0.2.1" }
wallet_standard_wallets = { path = "./crates/wallet_standard_wallets", version = "0.1.9" }
wasm_client_anchor = { path = "./crates/wasm_client_anchor", version = "0.3.2" }
wasm_client_solana = { path = "./crates/wasm_client_solana", version = "0.3.5" }
wallet_standard_wallets = { path = "./crates/wallet_standard_wallets", version = "0.1.10" }
wasm_client_anchor = { path = "./crates/wasm_client_anchor", version = "0.4.0" }
wasm_client_solana = { path = "./crates/wasm_client_solana", version = "0.3.6" }

[patch.crates-io.curve25519-dalek]
git = "https://github.com/anza-xyz/curve25519-dalek.git"
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.4.7"
version = "0.5.0"
authors = { workspace = true }
edition = { workspace = true }
homepage = { workspace = true }
Expand Down
10 changes: 10 additions & 0 deletions crates/test_utils_solana/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.0](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-10-11

### <!-- 0 -->🎉 Added

- support `getBalance` rpc method in `TestRpcProvider`

### <!-- 2 -->🚜 Refactor

- [**breaking**] remove `BanksClientAnchorRequestMethods` trait

## [0.4.7](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-10-09

### <!-- 0 -->🎉 Added
Expand Down
2 changes: 1 addition & 1 deletion crates/wallet_standard_wallets/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wallet_standard_wallets"
version = "0.1.9"
version = "0.1.10"
authors = { workspace = true }
categories = ["wasm"]
edition = { workspace = true }
Expand Down
6 changes: 6 additions & 0 deletions crates/wallet_standard_wallets/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.10](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-10-11

### <!-- 7 -->⚙️ Miscellaneous Tasks

- updated the following local packages: wasm_client_solana

## [0.1.9](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-10-09

### <!-- 7 -->⚙️ Miscellaneous Tasks
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm_client_anchor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm_client_anchor"
version = "0.3.2"
version = "0.4.0"
authors = { workspace = true }
categories = ["wasm", "web-programming"]
edition = { workspace = true }
Expand Down
13 changes: 13 additions & 0 deletions crates/wasm_client_anchor/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.0](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-10-11

### <!-- 0 -->🎉 Added

- [**breaking**] rename `simulate_transaction` to `simulate`
- [**breaking**] `AnchorProgramClient` trait to implement anchor macro builder methods
- [**breaking**] rename to `all_signers` and `pre_instructions` in `*Request` structs generated by macros
- `AnchorRpcClient` trait which adds methods to the `SolanaRpcClient`

### <!-- 2 -->🚜 Refactor

- [**breaking**] rename `EmptyAnchorRequest::sync_signers` to `EmptyAnchorRequest::signers`

## [0.3.2](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-10-09

### <!-- 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.3.5"
version = "0.3.6"
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.3.6](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-10-11

### <!-- 0 -->🎉 Added

- add `ToUiAccount` for converting from a `ReadableAccount` to a `UiAccount`
- support deserialize for `GetBalanceRequest`

## [0.3.5](https://github.com/ifiokjr/wasm_solana/compare/[email protected][email protected]) - 2024-10-09

### <!-- 0 -->🎉 Added
Expand Down

0 comments on commit 77c9b98

Please sign in to comment.