From 1d085530848d987a6783810d29dbc927b0df141f Mon Sep 17 00:00:00 2001 From: Jordan Oroshiba Date: Fri, 25 Oct 2024 10:45:24 -0700 Subject: [PATCH] release: v1.0 cut (#1751) ## Summary Release of v1.0 of core binaries --- CODEOWNERS | 1 + Cargo.lock | 12 ++++++------ crates/astria-bridge-withdrawer/CHANGELOG.md | 9 ++++++++- crates/astria-bridge-withdrawer/Cargo.toml | 2 +- crates/astria-composer/CHANGELOG.md | 9 ++++++++- crates/astria-composer/Cargo.toml | 2 +- crates/astria-conductor/CHANGELOG.md | 9 ++++++++- crates/astria-conductor/Cargo.toml | 2 +- crates/astria-merkle/CHANGELOG.md | 2 +- crates/astria-merkle/Cargo.toml | 2 +- crates/astria-sequencer-relayer/CHANGELOG.md | 9 ++++++++- crates/astria-sequencer-relayer/Cargo.toml | 2 +- crates/astria-sequencer/CHANGELOG.md | 8 ++++++-- crates/astria-sequencer/Cargo.toml | 2 +- 14 files changed, 52 insertions(+), 19 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index cc8bf64ca7..9a7ed72c3f 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -27,3 +27,4 @@ rust-toolchain @astriaorg/rust-reviewers .cargo/ @astriaorg/rust-reviewers nextest.toml @astriaorg/rust-reviewers rusfmt.toml @astriaorg/rust-reviewers +crates/src/*/CHANGELOG.md @astriaorg/rust-reviewers diff --git a/Cargo.lock b/Cargo.lock index ebb9488e27..f4d73e1cf4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -514,7 +514,7 @@ dependencies = [ [[package]] name = "astria-bridge-withdrawer" -version = "1.0.0-rc.2" +version = "1.0.0" dependencies = [ "astria-bridge-contracts", "astria-build-info", @@ -592,7 +592,7 @@ dependencies = [ [[package]] name = "astria-composer" -version = "1.0.0-rc.2" +version = "1.0.0" dependencies = [ "astria-build-info", "astria-config", @@ -636,7 +636,7 @@ dependencies = [ [[package]] name = "astria-conductor" -version = "1.0.0-rc.2" +version = "1.0.0" dependencies = [ "astria-build-info", "astria-config", @@ -781,7 +781,7 @@ dependencies = [ [[package]] name = "astria-merkle" -version = "1.0.0-rc.1" +version = "1.0.0" dependencies = [ "ct-merkle", "divan", @@ -792,7 +792,7 @@ dependencies = [ [[package]] name = "astria-sequencer" -version = "1.0.0-rc.2" +version = "1.0.0" dependencies = [ "astria-build-info", "astria-config", @@ -867,7 +867,7 @@ dependencies = [ [[package]] name = "astria-sequencer-relayer" -version = "1.0.0-rc.2" +version = "1.0.0" dependencies = [ "assert-json-diff", "astria-build-info", diff --git a/crates/astria-bridge-withdrawer/CHANGELOG.md b/crates/astria-bridge-withdrawer/CHANGELOG.md index e1a34fc111..e6a9a7b555 100644 --- a/crates/astria-bridge-withdrawer/CHANGELOG.md +++ b/crates/astria-bridge-withdrawer/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0] - 2024-10-25 + +### Changed + +- Bump penumbra dependencies [#1740](https://github.com/astriaorg/astria/pull/1740). + ## [1.0.0-rc.2] - 2024-10-23 ### Added @@ -87,7 +93,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release of EVM Withdrawer. -[unreleased]: https://github.com/astriaorg/astria/compare/bridge-withdrawer-v1.0.0-rc.2...HEAD +[unreleased]: https://github.com/astriaorg/astria/compare/bridge-withdrawer-v1.0.0...HEAD +[1.0.0]: https://github.com/astriaorg/astria/compare/bridge-withdrawer-v1.0.0-rc.2...bridge-withdrawer-v1.0.0 [1.0.0-rc.2]: https://github.com/astriaorg/astria/compare/bridge-withdrawer-v1.0.0-rc.1...bridge-withdrawer-v1.0.0-rc.2 [1.0.0-rc.1]: https://github.com/astriaorg/astria/compare/bridge-withdrawer-v0.3.0...bridge-withdrawer-v1.0.0-rc.1 [0.3.0]: https://github.com/astriaorg/astria/compare/bridge-withdrawer-v0.2.1...bridge-withdrawer-v0.3.0 diff --git a/crates/astria-bridge-withdrawer/Cargo.toml b/crates/astria-bridge-withdrawer/Cargo.toml index d59f11ba04..ade0a71d37 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 = "1.0.0-rc.2" +version = "1.0.0" edition = "2021" rust-version = "1.81.0" license = "MIT OR Apache-2.0" diff --git a/crates/astria-composer/CHANGELOG.md b/crates/astria-composer/CHANGELOG.md index 01384cbcbf..e430c3d066 100644 --- a/crates/astria-composer/CHANGELOG.md +++ b/crates/astria-composer/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0] - 2024-10-25 + +### Changed + +- Bump penumbra dependencies [#1740](https://github.com/astriaorg/astria/pull/1740). + ## [1.0.0-rc.2] - 2024-10-23 ### Changed @@ -203,7 +209,8 @@ TransferAction` [#719](https://github.com/astriaorg/astria/pull/719). - Initial release. -[unreleased]: https://github.com/astriaorg/astria/compare/composer-v1.0.0-rc.2...HEAD +[unreleased]: https://github.com/astriaorg/astria/compare/composer-v1.0.0...HEAD +[1.0.0]: https://github.com/astriaorg/astria/compare/composer-v1.0.0-rc.2...composer-v1.0.0 [1.0.0-rc.2]: https://github.com/astriaorg/astria/compare/composer-v1.0.0-rc.1...composer-v1.0.0-rc.2 [1.0.0-rc.1]: https://github.com/astriaorg/astria/compare/composer-v0.8.3...composer-v1.0.0-rc.1 [0.8.3]: https://github.com/astriaorg/astria/compare/composer-v0.8.2...composer-v0.8.3 diff --git a/crates/astria-composer/Cargo.toml b/crates/astria-composer/Cargo.toml index 33a71f0b30..5c62d2de7d 100644 --- a/crates/astria-composer/Cargo.toml +++ b/crates/astria-composer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astria-composer" -version = "1.0.0-rc.2" +version = "1.0.0" edition = "2021" rust-version = "1.81.0" license = "MIT OR Apache-2.0" diff --git a/crates/astria-conductor/CHANGELOG.md b/crates/astria-conductor/CHANGELOG.md index ff04c75356..eb75e304d5 100644 --- a/crates/astria-conductor/CHANGELOG.md +++ b/crates/astria-conductor/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0] - 2024-10-25 + +### Changed + +- Bump penumbra dependencies [#1740](https://github.com/astriaorg/astria/pull/1740). + ## [1.0.0-rc.2] - 2024-10-23 ### Changed @@ -346,7 +352,8 @@ address [#721](https://github.com/astriaorg/astria/pull/721). - Initial release. -[unreleased]: https://github.com/astriaorg/astria/compare/conductor-v1.0.0-rc.2...HEAD +[unreleased]: https://github.com/astriaorg/astria/compare/conductor-v1.0.0...HEAD +[1.0.0]: https://github.com/astriaorg/astria/compare/conductor-v1.0.0-rc.2...conductor-v1.0.0 [1.0.0-rc.2]: https://github.com/astriaorg/astria/compare/conductor-v1.0.0-rc.1...conductor-v1.0.0-rc.2 [1.0.0-rc.1]: https://github.com/astriaorg/astria/compare/conductor-v0.20.1...conductor-v1.0.0-rc.1 [0.20.1]: https://github.com/astriaorg/astria/compare/conductor-v0.20.0...conductor-v0.20.1 diff --git a/crates/astria-conductor/Cargo.toml b/crates/astria-conductor/Cargo.toml index 6f12d7291e..8dc3f608a8 100644 --- a/crates/astria-conductor/Cargo.toml +++ b/crates/astria-conductor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astria-conductor" -version = "1.0.0-rc.2" +version = "1.0.0" edition = "2021" rust-version = "1.81.0" license = "MIT OR Apache-2.0" diff --git a/crates/astria-merkle/CHANGELOG.md b/crates/astria-merkle/CHANGELOG.md index 79cfa766b2..bd0d513719 100644 --- a/crates/astria-merkle/CHANGELOG.md +++ b/crates/astria-merkle/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased -## 1.0.0-rc.1 - 2024-10-17 +## 1.0.0 - 2024-10-25 ### Added diff --git a/crates/astria-merkle/Cargo.toml b/crates/astria-merkle/Cargo.toml index 36f2f967f2..19af2d1aa3 100644 --- a/crates/astria-merkle/Cargo.toml +++ b/crates/astria-merkle/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astria-merkle" -version = "1.0.0-rc.1" +version = "1.0.0" edition = "2021" rust-version = "1.81.0" license = "MIT OR Apache-2.0" diff --git a/crates/astria-sequencer-relayer/CHANGELOG.md b/crates/astria-sequencer-relayer/CHANGELOG.md index dd5903743b..63d39156ac 100644 --- a/crates/astria-sequencer-relayer/CHANGELOG.md +++ b/crates/astria-sequencer-relayer/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0] - 2024-10-25 + +### Changed + +- Bump penumbra dependencies [#1740](https://github.com/astriaorg/astria/pull/1740). + ## [1.0.0-rc.2] - 2024-10-23 ### Changed @@ -261,7 +267,8 @@ address [#721](https://github.com/astriaorg/astria/pull/721). - Initial release. -[unreleased]: https://github.com/astriaorg/astria/compare/sequencer-relayer-v1.0.0-rc.2...HEAD +[unreleased]: https://github.com/astriaorg/astria/compare/sequencer-relayer-v1.0.0...HEAD +[1.0.0]: https://github.com/astriaorg/astria/compare/sequencer-relayer-v1.0.0-rc.2...sequencer-relayer-v1.0.0 [1.0.0-rc.2]: https://github.com/astriaorg/astria/compare/sequencer-relayer-v1.0.0-rc.1...sequencer-relayer-v1.0.0-rc.2 [1.0.0-rc.1]: https://github.com/astriaorg/astria/compare/sequencer-relayer-v0.16.2...sequencer-relayer-v1.0.0-rc.1 [0.16.2]: https://github.com/astriaorg/astria/compare/sequencer-relayer-v0.16.1...sequencer-relayer-v0.16.2 diff --git a/crates/astria-sequencer-relayer/Cargo.toml b/crates/astria-sequencer-relayer/Cargo.toml index 0a8609bc91..a0eed0eb64 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 = "1.0.0-rc.2" +version = "1.0.0" edition = "2021" license = "MIT OR Apache-2.0" rust-version = "1.81.0" diff --git a/crates/astria-sequencer/CHANGELOG.md b/crates/astria-sequencer/CHANGELOG.md index 36f1a18688..9e18802d96 100644 --- a/crates/astria-sequencer/CHANGELOG.md +++ b/crates/astria-sequencer/CHANGELOG.md @@ -9,9 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0] - 2024-10-25 + ### Changed -- Update sequencer-app docs [#1682](https://github.com/astriaorg/astria/pull/1682). +- Bump penumbra dependencies [#1740](https://github.com/astriaorg/astria/pull/1740). +- Move fee event recording to transaction from block [#1718](https://github.com/astriaorg/astria/pull/1718). ## [1.0.0-rc.2] - 2024-10-23 @@ -439,7 +442,8 @@ address [#721](https://github.com/astriaorg/astria/pull/721). - Initial release. -[unreleased]: https://github.com/astriaorg/astria/compare/sequencer-v1.0.0-rc.2...HEAD +[unreleased]: https://github.com/astriaorg/astria/compare/sequencer-v1.0.0...HEAD +[1.0.0]: https://github.com/astriaorg/astria/compare/sequencer-v1.0.0-rc.2...sequencer-v1.0.0 [1.0.0-rc.2]: https://github.com/astriaorg/astria/compare/sequencer-v1.0.0-rc.1...sequencer-v1.0.0-rc.2 [1.0.0-rc.1]: https://github.com/astriaorg/astria/compare/sequencer-v0.17.0...sequencer-v1.0.0-rc.1 [0.17.0]: https://github.com/astriaorg/astria/compare/cli-v0.4.0...sequencer-v0.17.0 diff --git a/crates/astria-sequencer/Cargo.toml b/crates/astria-sequencer/Cargo.toml index ca1c440af3..d56d38dd4c 100644 --- a/crates/astria-sequencer/Cargo.toml +++ b/crates/astria-sequencer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astria-sequencer" -version = "1.0.0-rc.2" +version = "1.0.0" edition = "2021" license = "MIT OR Apache-2.0" rust-version = "1.81.0"