Skip to content

Commit

Permalink
Merge pull request #104 from xch-dev/bump-0.17.0
Browse files Browse the repository at this point in the history
Bump to 0.17.0
  • Loading branch information
Rigidity authored Oct 29, 2024
2 parents 8a62899 + b05f3fe commit 1cefe24
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 30 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-wallet-sdk"
version = "0.16.0"
version = "0.17.0"
edition = "2021"
license = "Apache-2.0"
description = "An unofficial SDK for building Chia wallets."
Expand Down Expand Up @@ -87,14 +87,14 @@ clvm-traits = { workspace = true, features = ["derive"] }
clvmr = { workspace = true }

[workspace.dependencies]
chia-wallet-sdk = { version = "0.16.0", path = "." }
chia-sdk-client = { version = "0.16.0", path = "./crates/chia-sdk-client" }
chia-sdk-derive = { version = "0.16.0", path = "./crates/chia-sdk-derive" }
chia-sdk-driver = { version = "0.16.0", path = "./crates/chia-sdk-driver" }
chia-sdk-offers = { version = "0.16.0", path = "./crates/chia-sdk-offers" }
chia-sdk-signer = { version = "0.16.0", path = "./crates/chia-sdk-signer" }
chia-sdk-test = { version = "0.16.0", path = "./crates/chia-sdk-test" }
chia-sdk-types = { version = "0.16.0", path = "./crates/chia-sdk-types" }
chia-wallet-sdk = { version = "0.17.0", path = "." }
chia-sdk-client = { version = "0.17.0", path = "./crates/chia-sdk-client" }
chia-sdk-derive = { version = "0.17.0", path = "./crates/chia-sdk-derive" }
chia-sdk-driver = { version = "0.17.0", path = "./crates/chia-sdk-driver" }
chia-sdk-offers = { version = "0.17.0", path = "./crates/chia-sdk-offers" }
chia-sdk-signer = { version = "0.17.0", path = "./crates/chia-sdk-signer" }
chia-sdk-test = { version = "0.17.0", path = "./crates/chia-sdk-test" }
chia-sdk-types = { version = "0.17.0", path = "./crates/chia-sdk-types" }
chia = "0.15.0"
chia-ssl = "0.11.0"
chia-protocol = "0.15.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-sdk-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-sdk-client"
version = "0.16.0"
version = "0.17.0"
edition = "2021"
license = "Apache-2.0"
description = "Utilities for connecting to Chia full node peers via the light wallet protocol."
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-sdk-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-sdk-derive"
version = "0.16.0"
version = "0.17.0"
edition = "2021"
license = "Apache-2.0"
description = "Derive macros for chia-wallet-sdk."
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.16.0"
version = "0.17.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.16.0"
version = "0.17.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-signer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-sdk-signer"
version = "0.16.0"
version = "0.17.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.16.0"
version = "0.17.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.16.0"
version = "0.17.0"
edition = "2021"
license = "Apache-2.0"
description = "Standard Chia types for things such as puzzle info and conditions."
Expand Down
2 changes: 1 addition & 1 deletion napi/npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chia-wallet-sdk-darwin-arm64",
"version": "0.16.0",
"version": "0.17.0",
"repository": {
"type": "git",
"url": "https://github.com/xch-dev/chia-wallet-sdk"
Expand Down
2 changes: 1 addition & 1 deletion napi/npm/darwin-universal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chia-wallet-sdk-darwin-universal",
"version": "0.16.0",
"version": "0.17.0",
"repository": {
"type": "git",
"url": "https://github.com/xch-dev/chia-wallet-sdk"
Expand Down
2 changes: 1 addition & 1 deletion napi/npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chia-wallet-sdk-darwin-x64",
"version": "0.16.0",
"version": "0.17.0",
"repository": {
"type": "git",
"url": "https://github.com/xch-dev/chia-wallet-sdk"
Expand Down
2 changes: 1 addition & 1 deletion napi/npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chia-wallet-sdk-linux-x64-gnu",
"version": "0.16.0",
"version": "0.17.0",
"repository": {
"type": "git",
"url": "https://github.com/xch-dev/chia-wallet-sdk"
Expand Down
2 changes: 1 addition & 1 deletion napi/npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chia-wallet-sdk-win32-x64-msvc",
"version": "0.16.0",
"version": "0.17.0",
"repository": {
"type": "git",
"url": "https://github.com/xch-dev/chia-wallet-sdk"
Expand Down
2 changes: 1 addition & 1 deletion napi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chia-wallet-sdk",
"version": "0.16.0",
"version": "0.17.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1cefe24

Please sign in to comment.