Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: end of iteration #1627

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 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-bridge-withdrawer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]

Check warning on line 1 in crates/astria-bridge-withdrawer/Cargo.toml

View workflow job for this annotation

GitHub Actions / bridge-withdrawer / rust-version-release

New EVM Bridge Withdrawer Release

This PR updates the version of bridge-withdrawer. After merging a new release 0.4.0 will be created with tag bridge-withdrawer-v0.4.0.
name = "astria-bridge-withdrawer"
version = "0.3.0"
version = "0.4.0"
edition = "2021"
rust-version = "1.81.0"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/astria-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]

Check warning on line 1 in crates/astria-cli/Cargo.toml

View workflow job for this annotation

GitHub Actions / cli / rust-version-release

New CLI Release

This PR updates the version of cli. After merging a new release 0.4.2 will be created with tag cli-v0.4.2.
name = "astria-cli"
version = "0.4.1"
version = "0.4.2"
edition = "2021"
rust-version = "1.81.0"
license = "MIT OR Apache-2.0"
Expand Down
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]

Check warning on line 1 in crates/astria-composer/Cargo.toml

View workflow job for this annotation

GitHub Actions / composer / rust-version-release

New Composer Release

This PR updates the version of composer. After merging a new release 0.9.0 will be created with tag composer-v0.9.0.
name = "astria-composer"
version = "0.8.3"
version = "0.9.0"
edition = "2021"
rust-version = "1.81.0"
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]

Check warning on line 1 in crates/astria-conductor/Cargo.toml

View workflow job for this annotation

GitHub Actions / conductor / rust-version-release

New Conductor Release

This PR updates the version of conductor. After merging a new release 0.21.0 will be created with tag conductor-v0.21.0.
name = "astria-conductor"
version = "0.20.1"
version = "0.21.0"
edition = "2021"
rust-version = "1.81.0"
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]

Check warning on line 1 in crates/astria-sequencer-relayer/Cargo.toml

View workflow job for this annotation

GitHub Actions / sequencer-relayer / rust-version-release

New Sequencer Relayer Release

This PR updates the version of sequencer-relayer. After merging a new release 0.16.3 will be created with tag sequencer-relayer-v0.16.3.
name = "astria-sequencer-relayer"
version = "0.16.2"
version = "0.16.3"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.81.0"
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]

Check warning on line 1 in crates/astria-sequencer/Cargo.toml

View workflow job for this annotation

GitHub Actions / sequencer / rust-version-release

New Sequencer Release

This PR updates the version of sequencer. After merging a new release 0.18.0 will be created with tag sequencer-v0.18.0.
name = "astria-sequencer"
version = "0.17.0"
version = "0.18.0"
edition = "2021"
license = "MIT OR Apache-2.0"
rust-version = "1.81.0"
Expand Down
Loading