Skip to content

Commit

Permalink
Release 0.14.0 (#727)
Browse files Browse the repository at this point in the history
chia@0.14.0
chia-bls@0.14.0
chia-client@0.14.0
chia-consensus@0.14.0
chia-protocol@0.14.0
chia-puzzles@0.14.0
chia-tools@0.14.0
chia_rs@0.14.0
clvm-traits@0.14.0
clvm-utils@0.14.0

Generated by cargo-workspaces
  • Loading branch information
arvidn authored Sep 25, 2024
1 parent 7b4bfc8 commit c6cd98f
Show file tree
Hide file tree
Showing 12 changed files with 36 additions and 36 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia"
version = "0.13.0"
version = "0.14.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 @@ -98,15 +98,15 @@ lto = "thin"
[workspace.dependencies]
chia_py_streamable_macro = { path = "./crates/chia_py_streamable_macro", version = "0.13.0" }
chia_streamable_macro = { path = "./crates/chia_streamable_macro", version = "0.11.0" }
chia-bls = { path = "./crates/chia-bls", version = "0.13.0" }
chia-client = { path = "./crates/chia-client", version = "0.13.0" }
chia-consensus = { path = "./crates/chia-consensus", version = "0.13.0" }
chia-protocol = { path = "./crates/chia-protocol", version = "0.13.0" }
chia-bls = { path = "./crates/chia-bls", version = "0.14.0" }
chia-client = { path = "./crates/chia-client", version = "0.14.0" }
chia-consensus = { path = "./crates/chia-consensus", version = "0.14.0" }
chia-protocol = { path = "./crates/chia-protocol", version = "0.14.0" }
chia-ssl = { path = "./crates/chia-ssl", version = "0.11.0" }
chia-traits = { path = "./crates/chia-traits", version = "0.11.0" }
chia-puzzles = { path = "./crates/chia-puzzles", version = "0.13.0" }
clvm-traits = { path = "./crates/clvm-traits", version = "0.13.0" }
clvm-utils = { path = "./crates/clvm-utils", version = "0.13.0" }
chia-puzzles = { path = "./crates/chia-puzzles", version = "0.14.0" }
clvm-traits = { path = "./crates/clvm-traits", version = "0.14.0" }
clvm-utils = { path = "./crates/clvm-utils", version = "0.14.0" }
clvm-derive = { path = "./crates/clvm-derive", version = "0.13.0" }
chia-fuzz = { path = "./crates/chia-consensus/fuzz", version = "0.13.0" }
blst = { version = "0.3.12", features = ["portable"] }
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.13.0"
version = "0.14.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.13.0"
version = "0.14.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.13.0"
version = "0.14.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-consensus/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ name = "solution-generator"
path = "fuzz_targets/solution-generator.rs"
test = false
doc = false
bench = false
bench = false
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.13.0"
version = "0.14.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.13.0"
version = "0.14.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.13.0"
version = "0.14.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/clvm-traits/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clvm-traits"
version = "0.13.0"
version = "0.14.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.13.0"
version = "0.14.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.13.0"
version = "0.14.0"
authors = ["Richard Kiss <him@richardkiss.com>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit c6cd98f

Please sign in to comment.