Skip to content

Commit

Permalink
chore: releases for new devnet (#824)
Browse files Browse the repository at this point in the history
## Summary
Cut new core binaries as needed for new devnet release. 

## Background
We have updated core protobufs, migrated to using sequencer api for
block information. This cuts new breaking changes for all the core
binaries.
  • Loading branch information
joroshiba authored Mar 19, 2024
1 parent 3516a7e commit b8b95a1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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/astria-composer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "astria-composer"
version = "0.4.0"
version = "0.5.0"
edition = "2021"
rust-version = "1.73"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/astria-conductor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "astria-conductor"
version = "0.12.0"
version = "0.13.0"
edition = "2021"
rust-version = "1.73"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/astria-sequencer-relayer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "astria-sequencer-relayer"
version = "0.10.0"
version = "0.11.0"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.73"
Expand Down
2 changes: 1 addition & 1 deletion crates/astria-sequencer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "astria-sequencer"
version = "0.9.0"
version = "0.10.0"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.73"
Expand Down

0 comments on commit b8b95a1

Please sign in to comment.