From 270a96fd7bbf5f9ac571e75241831238e59b17d6 Mon Sep 17 00:00:00 2001 From: Jordan Oroshiba Date: Thu, 17 Oct 2024 08:04:29 -0700 Subject: [PATCH] release: v1.0.0-rc.1 cuts (#1667) ## Summary Cutting images for `dawn-1` release. --- .github/workflows/build.yml | 2 +- .github/workflows/docker-build.yml | 2 +- Cargo.lock | 14 +++++++------- crates/astria-bridge-withdrawer/Cargo.toml | 2 +- crates/astria-cli/Cargo.toml | 2 +- crates/astria-composer/Cargo.toml | 2 +- crates/astria-conductor/Cargo.toml | 2 +- crates/astria-merkle/Cargo.toml | 2 +- crates/astria-sequencer-relayer/Cargo.toml | 2 +- crates/astria-sequencer/Cargo.toml | 2 +- 10 files changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1e8ddcfc10..4514f566d8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ on: - "**-v[0-9]+.[0-9]+.[0-9]+" - "**-v[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+" - "**-v[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+" - - "**-v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+" + - "**-v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+" jobs: cli: diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index dddbba1389..7c8f729e19 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -26,7 +26,7 @@ on: - "**-v[0-9]+.[0-9]+.[0-9]+" - "**-v[0-9]+.[0-9]+.[0-9]+-alpha.[0-9]+" - "**-v[0-9]+.[0-9]+.[0-9]+-beta.[0-9]+" - - "**-v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+" + - "**-v[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+" pull_request: types: diff --git a/Cargo.lock b/Cargo.lock index f5f4485d1a..d31f148f54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -514,7 +514,7 @@ dependencies = [ [[package]] name = "astria-bridge-withdrawer" -version = "0.3.0" +version = "1.0.0-rc.1" dependencies = [ "astria-bridge-contracts", "astria-build-info", @@ -560,7 +560,7 @@ dependencies = [ [[package]] name = "astria-cli" -version = "0.4.1" +version = "0.5.0" dependencies = [ "astria-bridge-contracts", "astria-core", @@ -587,7 +587,7 @@ dependencies = [ [[package]] name = "astria-composer" -version = "0.8.3" +version = "1.0.0-rc.1" dependencies = [ "astria-build-info", "astria-config", @@ -631,7 +631,7 @@ dependencies = [ [[package]] name = "astria-conductor" -version = "0.20.1" +version = "1.0.0-rc.1" dependencies = [ "astria-build-info", "astria-config", @@ -776,7 +776,7 @@ dependencies = [ [[package]] name = "astria-merkle" -version = "0.1.0" +version = "1.0.0-rc.1" dependencies = [ "ct-merkle", "divan", @@ -787,7 +787,7 @@ dependencies = [ [[package]] name = "astria-sequencer" -version = "0.18.0" +version = "1.0.0-rc.1" dependencies = [ "astria-build-info", "astria-config", @@ -860,7 +860,7 @@ dependencies = [ [[package]] name = "astria-sequencer-relayer" -version = "0.16.2" +version = "1.0.0-rc.1" dependencies = [ "assert-json-diff", "astria-build-info", diff --git a/crates/astria-bridge-withdrawer/Cargo.toml b/crates/astria-bridge-withdrawer/Cargo.toml index b54d61c6f4..3cf9055287 100644 --- a/crates/astria-bridge-withdrawer/Cargo.toml +++ b/crates/astria-bridge-withdrawer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astria-bridge-withdrawer" -version = "0.3.0" +version = "1.0.0-rc.1" edition = "2021" rust-version = "1.81.0" license = "MIT OR Apache-2.0" diff --git a/crates/astria-cli/Cargo.toml b/crates/astria-cli/Cargo.toml index 0886cb5c52..98ac043b1a 100644 --- a/crates/astria-cli/Cargo.toml +++ b/crates/astria-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astria-cli" -version = "0.4.1" +version = "0.5.0" edition = "2021" rust-version = "1.81.0" license = "MIT OR Apache-2.0" diff --git a/crates/astria-composer/Cargo.toml b/crates/astria-composer/Cargo.toml index 7039b15af1..8ccf90072f 100644 --- a/crates/astria-composer/Cargo.toml +++ b/crates/astria-composer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astria-composer" -version = "0.8.3" +version = "1.0.0-rc.1" edition = "2021" rust-version = "1.81.0" license = "MIT OR Apache-2.0" diff --git a/crates/astria-conductor/Cargo.toml b/crates/astria-conductor/Cargo.toml index 15c250bd2f..c5bc466cd4 100644 --- a/crates/astria-conductor/Cargo.toml +++ b/crates/astria-conductor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astria-conductor" -version = "0.20.1" +version = "1.0.0-rc.1" edition = "2021" rust-version = "1.81.0" license = "MIT OR Apache-2.0" diff --git a/crates/astria-merkle/Cargo.toml b/crates/astria-merkle/Cargo.toml index f12b263682..36f2f967f2 100644 --- a/crates/astria-merkle/Cargo.toml +++ b/crates/astria-merkle/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astria-merkle" -version = "0.1.0" +version = "1.0.0-rc.1" edition = "2021" rust-version = "1.81.0" license = "MIT OR Apache-2.0" diff --git a/crates/astria-sequencer-relayer/Cargo.toml b/crates/astria-sequencer-relayer/Cargo.toml index 2e4a8f5e5a..c4fea723ef 100644 --- a/crates/astria-sequencer-relayer/Cargo.toml +++ b/crates/astria-sequencer-relayer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astria-sequencer-relayer" -version = "0.16.2" +version = "1.0.0-rc.1" edition = "2021" license = "MIT OR Apache-2.0" rust-version = "1.81.0" diff --git a/crates/astria-sequencer/Cargo.toml b/crates/astria-sequencer/Cargo.toml index 3f11ca4215..1649eab0ba 100644 --- a/crates/astria-sequencer/Cargo.toml +++ b/crates/astria-sequencer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astria-sequencer" -version = "0.18.0" +version = "1.0.0-rc.1" edition = "2021" license = "MIT OR Apache-2.0" rust-version = "1.81.0"