Skip to content

Commit b8e8021

Browse files
authored
Merge pull request #125 from xch-dev/bump-0.19.0
Bump to 0.19.0
2 parents 5437435 + fce5d98 commit b8e8021

File tree

17 files changed

+34
-34
lines changed

17 files changed

+34
-34
lines changed

Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chia-wallet-sdk"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "An unofficial SDK for building Chia wallets."
@@ -85,15 +85,15 @@ clvm-traits = { workspace = true, features = ["derive"] }
8585
clvmr = { workspace = true }
8686

8787
[workspace.dependencies]
88-
chia-wallet-sdk = { version = "0.18.0", path = "." }
89-
chia-sdk-client = { version = "0.18.0", path = "./crates/chia-sdk-client" }
90-
chia-sdk-derive = { version = "0.18.0", path = "./crates/chia-sdk-derive" }
91-
chia-sdk-driver = { version = "0.18.0", path = "./crates/chia-sdk-driver" }
92-
chia-sdk-offers = { version = "0.18.0", path = "./crates/chia-sdk-offers" }
93-
chia-sdk-signer = { version = "0.18.0", path = "./crates/chia-sdk-signer" }
94-
chia-sdk-test = { version = "0.18.0", path = "./crates/chia-sdk-test" }
95-
chia-sdk-types = { version = "0.18.0", path = "./crates/chia-sdk-types" }
96-
chia-sdk-utils = { version = "0.18.0", path = "./crates/chia-sdk-utils" }
88+
chia-wallet-sdk = { version = "0.19.0", path = "." }
89+
chia-sdk-client = { version = "0.19.0", path = "./crates/chia-sdk-client" }
90+
chia-sdk-derive = { version = "0.19.0", path = "./crates/chia-sdk-derive" }
91+
chia-sdk-driver = { version = "0.19.0", path = "./crates/chia-sdk-driver" }
92+
chia-sdk-offers = { version = "0.19.0", path = "./crates/chia-sdk-offers" }
93+
chia-sdk-signer = { version = "0.19.0", path = "./crates/chia-sdk-signer" }
94+
chia-sdk-test = { version = "0.19.0", path = "./crates/chia-sdk-test" }
95+
chia-sdk-types = { version = "0.19.0", path = "./crates/chia-sdk-types" }
96+
chia-sdk-utils = { version = "0.19.0", path = "./crates/chia-sdk-utils" }
9797
chia = "0.15.0"
9898
chia-ssl = "0.11.0"
9999
chia-protocol = "0.15.0"

crates/chia-sdk-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chia-sdk-client"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Utilities for connecting to Chia full node peers via the light wallet protocol."

crates/chia-sdk-derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chia-sdk-derive"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Derive macros for chia-wallet-sdk."

crates/chia-sdk-driver/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chia-sdk-driver"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Driver code for interacting with standard puzzles on the Chia blockchain."

crates/chia-sdk-offers/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chia-sdk-offers"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Implements Chia offer file creation and acceptance."

crates/chia-sdk-signer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chia-sdk-signer"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Calculates the BLS signatures required for coin spends in a transaction."

crates/chia-sdk-test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chia-sdk-test"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "A wallet simulator and related tooling for testing Chia wallet code."

crates/chia-sdk-types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chia-sdk-types"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "Standard Chia types for things such as puzzle info and conditions."

crates/chia-sdk-utils/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "chia-sdk-utils"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "General utilities for the chia-wallet-sdk."

napi/npm/darwin-arm64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chia-wallet-sdk-darwin-arm64",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/xch-dev/chia-wallet-sdk"

napi/npm/darwin-universal/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chia-wallet-sdk-darwin-universal",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/xch-dev/chia-wallet-sdk"

napi/npm/darwin-x64/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chia-wallet-sdk-darwin-x64",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/xch-dev/chia-wallet-sdk"

napi/npm/linux-arm64-gnu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chia-wallet-sdk-linux-arm64-gnu",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/xch-dev/chia-wallet-sdk"

napi/npm/linux-x64-gnu/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chia-wallet-sdk-linux-x64-gnu",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/xch-dev/chia-wallet-sdk"

napi/npm/win32-x64-msvc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chia-wallet-sdk-win32-x64-msvc",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/xch-dev/chia-wallet-sdk"

napi/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chia-wallet-sdk",
3-
"version": "0.18.0",
3+
"version": "0.19.0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)