Skip to content

Commit

Permalink
Merge pull request #143 from Chia-Network/bump-0.2.3
Browse files Browse the repository at this point in the history
bump version to 0.2.3
  • Loading branch information
arvidn authored Mar 2, 2023
2 parents 3007749 + bd0e1ab commit 9101515
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exclude = ["wheel"]

[package]
name = "chia"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
license = "Apache-2.0"
description = "Utility functions and types used by the Chia blockchain full node"
Expand All @@ -21,8 +21,8 @@ py-bindings = ["dep:pyo3"]
clvmr = "=0.2.3"
hex = "=0.4.3"
pyo3 = { version = "=0.15.1", features = ["extension-module"], optional = true }
clvm-utils = { version = "=0.2.2", path = "clvm-utils" }
chia-protocol = { version = "=0.2.2", path = "chia-protocol" }
clvm-utils = { version = "=0.2.3", path = "clvm-utils" }
chia-protocol = { version = "=0.2.3", path = "chia-protocol" }

[dev-dependencies]
num-traits = "=0.2.15"
Expand Down
2 changes: 1 addition & 1 deletion chia-bls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-bls"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
license = "Apache-2.0"
description = "BLS signature, verification and aggregation funcions for the Chia blockchain"
Expand Down
2 changes: 1 addition & 1 deletion chia-protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia-protocol"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
license = "Apache-2.0"
description = "Chia network protocol message types"
Expand Down
2 changes: 1 addition & 1 deletion clvm-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "clvm-utils"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
license = "Apache-2.0"
description = "Utility functions for processing clvm programs and structures"
Expand Down
4 changes: 2 additions & 2 deletions fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ cargo-fuzz = true
[dependencies]
libfuzzer-sys = "0.4"
clvmr = "=0.2.3"
clvm-utils = { version = "=0.2.2", path = "../clvm-utils" }
chia-protocol = { version = "=0.2.2", path = "../chia-protocol" }
clvm-utils = { version = "=0.2.3", path = "../clvm-utils" }
chia-protocol = { version = "=0.2.3", path = "../chia-protocol" }

[dependencies.chia]
path = ".."
Expand Down
2 changes: 1 addition & 1 deletion wasm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chia_wasm"
version = "0.2.2"
version = "0.2.3"
authors = ["Richard Kiss <him@richardkiss.com>"]
edition = "2021"
license = "Apache-2.0"
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.2.2"
version = "0.2.3"
authors = ["Richard Kiss <him@richardkiss.com>"]
edition = "2021"
license = "Apache-2.0"
Expand Down

0 comments on commit 9101515

Please sign in to comment.