Skip to content

Commit

Permalink
Merge pull request #51 from Rigidity/bump-0.11.0
Browse files Browse the repository at this point in the history
Bump to 0.11.0
  • Loading branch information
Rigidity authored Jun 26, 2024
2 parents a243b6d + d1316ce commit 0d7022a
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-wallet-sdk"
version = "0.10.3"
version = "0.11.0"
edition = "2021"
license = "Apache-2.0"
description = "An unofficial SDK for building Chia wallets."
Expand Down Expand Up @@ -81,12 +81,12 @@ tokio = { workspace = true, features = ["full"] }

[workspace.dependencies]
chia-sdk-client = { version = "0.10.3", path = "./crates/chia-sdk-client" }
chia-sdk-driver = { version = "0.10.0", path = "./crates/chia-sdk-driver" }
chia-sdk-offers = { version = "0.10.0", path = "./crates/chia-sdk-offers" }
chia-sdk-parser = { version = "0.10.0", path = "./crates/chia-sdk-parser" }
chia-sdk-signer = { version = "0.10.0", path = "./crates/chia-sdk-signer" }
chia-sdk-test = { version = "0.10.0", path = "./crates/chia-sdk-test" }
chia-sdk-types = { version = "0.10.0", path = "./crates/chia-sdk-types" }
chia-sdk-driver = { version = "0.11.0", path = "./crates/chia-sdk-driver" }
chia-sdk-offers = { version = "0.11.0", path = "./crates/chia-sdk-offers" }
chia-sdk-parser = { version = "0.11.0", path = "./crates/chia-sdk-parser" }
chia-sdk-signer = { version = "0.11.0", path = "./crates/chia-sdk-signer" }
chia-sdk-test = { version = "0.11.0", path = "./crates/chia-sdk-test" }
chia-sdk-types = { version = "0.11.0", path = "./crates/chia-sdk-types" }
chia-ssl = "0.7.0"
chia-protocol = "0.9.0"
chia-consensus = "0.9.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-sdk-driver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-sdk-driver"
version = "0.10.3"
version = "0.11.0"
edition = "2021"
license = "Apache-2.0"
description = "Driver code for interacting with standard puzzles on the Chia blockchain."
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-sdk-offers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-sdk-offers"
version = "0.10.3"
version = "0.11.0"
edition = "2021"
license = "Apache-2.0"
description = "Implements Chia offer file creation and acceptance."
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-sdk-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-sdk-parser"
version = "0.10.3"
version = "0.11.0"
edition = "2021"
license = "Apache-2.0"
description = "Parsers for standard Chia puzzles, to determine information required to spend coins."
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-sdk-signer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-sdk-signer"
version = "0.10.3"
version = "0.11.0"
edition = "2021"
license = "Apache-2.0"
description = "Calculates the BLS signatures required for coin spends in a transaction."
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-sdk-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-sdk-test"
version = "0.10.3"
version = "0.11.0"
edition = "2021"
license = "Apache-2.0"
description = "A wallet simulator and related tooling for testing Chia wallet code."
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-sdk-types/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-sdk-types"
version = "0.10.3"
version = "0.11.0"
edition = "2021"
license = "Apache-2.0"
description = "Standard Chia types for things such as puzzle info and conditions."
Expand Down

0 comments on commit 0d7022a

Please sign in to comment.