Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
kickjump-bot[bot] authored Dec 13, 2024
1 parent 15d1035 commit c2cee6d
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 12 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.

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/[email protected][email protected]) - 2024-12-13

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

- update Cargo.lock dependencies

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

### <!-- 1 -->🐛 Bug Fixes

- make dependency more flexible
- `[email protected]` `futures-03-sink` feature

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

- "fix: make dependency more flexible"

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

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

0 comments on commit c2cee6d

Please sign in to comment.