Skip to content

Commit

Permalink
build(sequencer, conductor, composer, relayer): cut releases (#680)
Browse files Browse the repository at this point in the history
## Summary
Cut new releases for use in new dusk release.

sequencer v0.8.0, conductor v0.11.1, composer v0.3.1, sequencer-relayer
v0.9.1
  • Loading branch information
joroshiba authored Jan 10, 2024
1 parent db25363 commit 0c03c6c
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.3.0"
version = "0.3.1"
edition = "2021"
rust-version = "1.70.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.11.0"
version = "0.11.1"
edition = "2021"
rust-version = "1.73"

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.9.0"
version = "0.9.1"
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.7.0"
version = "0.8.0"
edition = "2021"
rust-version = "1.73.0"

Expand Down

0 comments on commit 0c03c6c

Please sign in to comment.