Skip to content

Commit

Permalink
release: end of iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed Oct 3, 2024
1 parent b54ccb9 commit f65e5ea
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
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

0 comments on commit f65e5ea

Please sign in to comment.