Skip to content

Commit

Permalink
chore: release version 0.56.1
Browse files Browse the repository at this point in the history
  • Loading branch information
conorsch committed Jul 25, 2023
1 parent ba5a802 commit 59c9645
Show file tree
Hide file tree
Showing 38 changed files with 74 additions and 74 deletions.
74 changes: 37 additions & 37 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/bin/pcli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pcli"
version = "0.56.0"
version = "0.56.1"
authors = ["Penumbra Labs <[email protected]>"]
edition = "2021"
description = "The command-line interface for the Penumbra Zone"
Expand Down
2 changes: 1 addition & 1 deletion crates/bin/pclientd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pclientd"
version = "0.56.0"
version = "0.56.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/bin/pd/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pd"
version = "0.56.0"
version = "0.56.1"
authors = ["Penumbra Labs <[email protected]>"]
edition = "2021"
description = "The node software for the Penumbra Zone"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/app/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "penumbra-app"
version = "0.56.0"
version = "0.56.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/core/asset/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "penumbra-asset"
version = "0.56.0"
version = "0.56.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/core/component/chain/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "penumbra-chain"
version = "0.56.0"
version = "0.56.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/core/component/compact-block/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "penumbra-compact-block"
version = "0.56.0"
version = "0.56.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion crates/core/component/component/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "penumbra-component"
version = "0.56.0"
version = "0.56.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
Loading

0 comments on commit 59c9645

Please sign in to comment.