Skip to content

Commit

Permalink
chore: release version 0.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
conorsch committed Sep 11, 2023
1 parent 078c0bb commit 100989c
Show file tree
Hide file tree
Showing 41 changed files with 78 additions and 78 deletions.
76 changes: 38 additions & 38 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.59.0"
version = "0.60.0"
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.59.0"
version = "0.60.0"
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.59.0"
version = "0.60.0"
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.59.0"
version = "0.60.0"
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.59.0"
version = "0.60.0"
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.59.0"
version = "0.60.0"
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.59.0"
version = "0.60.0"
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 100989c

Please sign in to comment.