Skip to content

Commit

Permalink
Merge pull request #127 from xch-dev/bump-0.19.1
Browse files Browse the repository at this point in the history
Bump to 0.19.1
  • Loading branch information
Rigidity authored Nov 12, 2024
2 parents c8a3630 + a5d2d6e commit 6929df4
Show file tree
Hide file tree
Showing 17 changed files with 34 additions and 34 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

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

[workspace.dependencies]
chia-wallet-sdk = { version = "0.19.0", path = "." }
chia-sdk-client = { version = "0.19.0", path = "./crates/chia-sdk-client" }
chia-sdk-derive = { version = "0.19.0", path = "./crates/chia-sdk-derive" }
chia-sdk-driver = { version = "0.19.0", path = "./crates/chia-sdk-driver" }
chia-sdk-offers = { version = "0.19.0", path = "./crates/chia-sdk-offers" }
chia-sdk-signer = { version = "0.19.0", path = "./crates/chia-sdk-signer" }
chia-sdk-test = { version = "0.19.0", path = "./crates/chia-sdk-test" }
chia-sdk-types = { version = "0.19.0", path = "./crates/chia-sdk-types" }
chia-sdk-utils = { version = "0.19.0", path = "./crates/chia-sdk-utils" }
chia-wallet-sdk = { version = "0.19.1", path = "." }
chia-sdk-client = { version = "0.19.1", path = "./crates/chia-sdk-client" }
chia-sdk-derive = { version = "0.19.1", path = "./crates/chia-sdk-derive" }
chia-sdk-driver = { version = "0.19.1", path = "./crates/chia-sdk-driver" }
chia-sdk-offers = { version = "0.19.1", path = "./crates/chia-sdk-offers" }
chia-sdk-signer = { version = "0.19.1", path = "./crates/chia-sdk-signer" }
chia-sdk-test = { version = "0.19.1", path = "./crates/chia-sdk-test" }
chia-sdk-types = { version = "0.19.1", path = "./crates/chia-sdk-types" }
chia-sdk-utils = { version = "0.19.1", path = "./crates/chia-sdk-utils" }
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.19.0"
version = "0.19.1"
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.19.0"
version = "0.19.1"
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.19.0"
version = "0.19.1"
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.19.0"
version = "0.19.1"
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.19.0"
version = "0.19.1"
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.19.0"
version = "0.19.1"
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.19.0"
version = "0.19.1"
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 crates/chia-sdk-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-sdk-utils"
version = "0.19.0"
version = "0.19.1"
edition = "2021"
license = "Apache-2.0"
description = "General utilities for the chia-wallet-sdk."
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.19.0",
"version": "0.19.1",
"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.19.0",
"version": "0.19.1",
"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.19.0",
"version": "0.19.1",
"repository": {
"type": "git",
"url": "https://github.com/xch-dev/chia-wallet-sdk"
Expand Down
2 changes: 1 addition & 1 deletion napi/npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chia-wallet-sdk-linux-arm64-gnu",
"version": "0.19.0",
"version": "0.19.1",
"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.19.0",
"version": "0.19.1",
"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.19.0",
"version": "0.19.1",
"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.19.0",
"version": "0.19.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6929df4

Please sign in to comment.