Skip to content

Commit

Permalink
Merge pull request #870 from Chia-Network/bump-0.18.0
Browse files Browse the repository at this point in the history
bump version to 0.18.0
  • Loading branch information
arvidn authored Jan 13, 2025
2 parents f57de20 + 067669a commit 0b6571e
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 48 deletions.
58 changes: 29 additions & 29 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -283,17 +283,17 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"

[[package]]
name = "chia"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"chia-bls 0.17.0",
"chia-bls 0.18.0",
"chia-client",
"chia-consensus",
"chia-protocol",
"chia-puzzles",
"chia-secp",
"chia-sha2 0.17.0",
"chia-ssl",
"chia-traits 0.17.0",
"chia-traits 0.18.0",
"clvm-traits",
"clvm-utils",
"clvmr",
Expand All @@ -317,12 +317,12 @@ dependencies = [

[[package]]
name = "chia-bls"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"arbitrary",
"blst",
"chia-sha2 0.17.0",
"chia-traits 0.17.0",
"chia-traits 0.18.0",
"chia_py_streamable_macro",
"criterion",
"hex",
Expand All @@ -339,17 +339,17 @@ dependencies = [
name = "chia-bls-fuzz"
version = "0.16.0"
dependencies = [
"chia-bls 0.17.0",
"chia-bls 0.18.0",
"libfuzzer-sys",
"pyo3",
]

[[package]]
name = "chia-client"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"chia-protocol",
"chia-traits 0.17.0",
"chia-traits 0.18.0",
"futures-util",
"thiserror",
"tokio",
Expand All @@ -359,13 +359,13 @@ dependencies = [

[[package]]
name = "chia-consensus"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"chia-bls 0.17.0",
"chia-bls 0.18.0",
"chia-protocol",
"chia-puzzles",
"chia-sha2 0.17.0",
"chia-traits 0.17.0",
"chia-traits 0.18.0",
"chia_py_streamable_macro",
"chia_streamable_macro 0.17.0",
"clvm-traits",
Expand All @@ -386,11 +386,11 @@ dependencies = [
name = "chia-fuzz"
version = "0.16.0"
dependencies = [
"chia-bls 0.17.0",
"chia-bls 0.18.0",
"chia-consensus",
"chia-protocol",
"chia-sha2 0.17.0",
"chia-traits 0.17.0",
"chia-traits 0.18.0",
"clvm-traits",
"clvm-utils",
"clvmr",
Expand All @@ -400,12 +400,12 @@ dependencies = [

[[package]]
name = "chia-protocol"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"arbitrary",
"chia-bls 0.17.0",
"chia-bls 0.18.0",
"chia-sha2 0.17.0",
"chia-traits 0.17.0",
"chia-traits 0.18.0",
"chia_py_streamable_macro",
"chia_streamable_macro 0.17.0",
"clvm-traits",
Expand All @@ -423,7 +423,7 @@ dependencies = [
"arbitrary",
"chia-protocol",
"chia-sha2 0.17.0",
"chia-traits 0.17.0",
"chia-traits 0.18.0",
"clvm-traits",
"clvmr",
"hex",
Expand All @@ -432,11 +432,11 @@ dependencies = [

[[package]]
name = "chia-puzzles"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"anyhow",
"arbitrary",
"chia-bls 0.17.0",
"chia-bls 0.18.0",
"chia-protocol",
"chia-sha2 0.17.0",
"clvm-traits",
Expand Down Expand Up @@ -503,14 +503,14 @@ dependencies = [

[[package]]
name = "chia-tools"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"blocking-threadpool",
"chia-bls 0.17.0",
"chia-bls 0.18.0",
"chia-consensus",
"chia-protocol",
"chia-puzzles",
"chia-traits 0.17.0",
"chia-traits 0.18.0",
"clap",
"clvm-traits",
"clvm-utils",
Expand All @@ -534,7 +534,7 @@ dependencies = [

[[package]]
name = "chia-traits"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"chia-sha2 0.17.0",
"chia_streamable_macro 0.17.0",
Expand All @@ -554,14 +554,14 @@ dependencies = [

[[package]]
name = "chia_rs"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"chia-bls 0.17.0",
"chia-bls 0.18.0",
"chia-client",
"chia-consensus",
"chia-protocol",
"chia-ssl",
"chia-traits 0.17.0",
"chia-traits 0.18.0",
"clvm-utils",
"clvmr",
"hex",
Expand Down Expand Up @@ -675,9 +675,9 @@ dependencies = [

[[package]]
name = "clvm-traits"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"chia-bls 0.17.0",
"chia-bls 0.18.0",
"chia-secp",
"clvm-derive",
"clvmr",
Expand All @@ -699,7 +699,7 @@ dependencies = [

[[package]]
name = "clvm-utils"
version = "0.17.0"
version = "0.18.0"
dependencies = [
"chia-sha2 0.17.0",
"clvm-traits",
Expand Down
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"
version = "0.17.0"
version = "0.18.0"
edition = "2021"
license = "Apache-2.0"
description = "A meta-crate that exports all of the Chia crates in the workspace."
Expand Down Expand Up @@ -104,17 +104,17 @@ lto = "thin"
[workspace.dependencies]
chia_py_streamable_macro = { path = "./crates/chia_py_streamable_macro", version = "0.17.0" }
chia_streamable_macro = { path = "./crates/chia_streamable_macro", version = "0.17.0" }
chia-bls = { path = "./crates/chia-bls", version = "0.17.0" }
chia-client = { path = "./crates/chia-client", version = "0.17.0" }
chia-consensus = { path = "./crates/chia-consensus", version = "0.17.0" }
chia-protocol = { path = "./crates/chia-protocol", version = "0.17.0" }
chia-bls = { path = "./crates/chia-bls", version = "0.18.0" }
chia-client = { path = "./crates/chia-client", version = "0.18.0" }
chia-consensus = { path = "./crates/chia-consensus", version = "0.18.0" }
chia-protocol = { path = "./crates/chia-protocol", version = "0.18.0" }
chia-secp = { path = "./crates/chia-secp", version = "0.17.0" }
chia-ssl = { path = "./crates/chia-ssl", version = "0.17.0" }
chia-traits = { path = "./crates/chia-traits", version = "0.17.0" }
chia-puzzles = { path = "./crates/chia-puzzles", version = "0.17.0" }
chia-traits = { path = "./crates/chia-traits", version = "0.18.0" }
chia-puzzles = { path = "./crates/chia-puzzles", version = "0.18.0" }
chia-sha2 = { path = "./crates/chia-sha2", version = "0.17.0" }
clvm-traits = { path = "./crates/clvm-traits", version = "0.17.0" }
clvm-utils = { path = "./crates/clvm-utils", version = "0.17.0" }
clvm-traits = { path = "./crates/clvm-traits", version = "0.18.0" }
clvm-utils = { path = "./crates/clvm-utils", version = "0.18.0" }
clvm-derive = { path = "./crates/clvm-derive", version = "0.17.0" }
chia-fuzz = { path = "./crates/chia-consensus/fuzz", version = "0.16.0" }
chia-bls-fuzz = { path = "./crates/chia-bls/fuzz", version = "0.16.0" }
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-bls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-bls"
version = "0.17.0"
version = "0.18.0"
edition = "2021"
license = "Apache-2.0"
description = "BLS signature, verification and aggregation functions for the Chia blockchain"
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-client"
version = "0.17.0"
version = "0.18.0"
edition = "2021"
license = "Apache-2.0"
description = "Chia light client and async peer connections."
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-consensus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-consensus"
version = "0.17.0"
version = "0.18.0"
edition = "2021"
license = "Apache-2.0"
description = "Utility functions and types used by the Chia blockchain full node"
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-protocol"
version = "0.17.0"
version = "0.18.0"
edition = "2021"
license = "Apache-2.0"
description = "Chia network protocol message types"
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-puzzles/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-puzzles"
version = "0.17.0"
version = "0.18.0"
edition = "2021"
license = "Apache-2.0"
description = "Chia primitives needed for building wallets."
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-tools"
version = "0.17.0"
version = "0.18.0"
edition = "2021"
license = "Apache-2.0"
description = "Utility functions and types used by the Chia blockchain full node"
Expand Down
2 changes: 1 addition & 1 deletion crates/chia-traits/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-traits"
version = "0.17.0"
version = "0.18.0"
edition = "2021"
license = "Apache-2.0"
description = "Chia traits for Streamable types (chia's serialization format)"
Expand Down
2 changes: 1 addition & 1 deletion crates/clvm-traits/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clvm-traits"
version = "0.17.0"
version = "0.18.0"
edition = "2021"
license = "Apache-2.0"
description = "Traits for encoding and decoding CLVM objects."
Expand Down
2 changes: 1 addition & 1 deletion crates/clvm-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clvm-utils"
version = "0.17.0"
version = "0.18.0"
edition = "2021"
license = "Apache-2.0"
description = "Utility functions for processing clvm programs and structures"
Expand Down
2 changes: 1 addition & 1 deletion wheel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia_rs"
version = "0.17.0"
version = "0.18.0"
authors = ["Richard Kiss <[email protected]>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 0b6571e

Please sign in to comment.