Skip to content

Commit a12efeb

Browse files
authored
chore: cut releases (#2017)
## Summary Releases all unreleased binary updates
1 parent 5dfa7cf commit a12efeb

File tree

13 files changed

+34
-16
lines changed

13 files changed

+34
-16
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/astria-bridge-withdrawer/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [1.0.2] - 2025-03-06
13+
1214
### Changed
1315

1416
- Update `idna` dependency to resolve cargo audit warning [#1869](https://github.com/astriaorg/astria/pull/1869).
@@ -109,7 +111,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
109111

110112
- Initial release of EVM Withdrawer.
111113

112-
[unreleased]: https://github.com/astriaorg/astria/compare/bridge-withdrawer-v1.0.1...HEAD
114+
[unreleased]: https://github.com/astriaorg/astria/compare/bridge-withdrawer-v1.0.2...HEAD
115+
[1.0.2]: https://github.com/astriaorg/astria/compare/bridge-withdrawer-v1.0.1...bridge-withdrawer-v1.0.2
113116
[1.0.1]: https://github.com/astriaorg/astria/compare/bridge-withdrawer-v1.0.0...bridge-withdrawer-v1.0.1
114117
[1.0.0]: https://github.com/astriaorg/astria/compare/bridge-withdrawer-v1.0.0-rc.2...bridge-withdrawer-v1.0.0
115118
[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

crates/astria-bridge-withdrawer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "astria-bridge-withdrawer"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
edition = "2021"
55
rust-version = "1.83.0"
66
license = "MIT OR Apache-2.0"

crates/astria-cli/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [0.6.0] - 2025-03-06
13+
1214
### Added
1315

1416
- Add `fee-assets` subcommand to `sequencer` CLI [#1816](https://github.com/astriaorg/astria/pull/1816).
@@ -110,7 +112,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
110112

111113
- Dusk 1 CLI release
112114

113-
[unreleased]: https://github.com/astriaorg/astria/compare/cli-v0.5.1...HEAD
115+
[unreleased]: https://github.com/astriaorg/astria/compare/cli-v0.6.0...HEAD
116+
[0.6.0]: https://github.com/astriaorg/astria/compare/cli-v0.5.1...cli-v0.6.0
114117
[0.5.1]: https://github.com/astriaorg/astria/compare/cli-v0.5.0...cli-v0.5.1
115118
[0.5.0]: https://github.com/astriaorg/astria/compare/cli-v0.4.1...cli-v0.5.0
116119
[0.4.1]: https://github.com/astriaorg/astria/compare/cli-v0.4.0...cli-v0.4.1

crates/astria-cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "astria-cli"
3-
version = "0.5.1"
3+
version = "0.6.0"
44
edition = "2021"
55
rust-version = "1.83.0"
66
license = "MIT OR Apache-2.0"

crates/astria-composer/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [1.0.1] - 2025-03-06
13+
1214
### Changed
1315

1416
- Update `idna` dependency to resolve cargo audit warning [#1869](https://github.com/astriaorg/astria/pull/1869).
@@ -216,6 +218,7 @@ TransferAction` [#719](https://github.com/astriaorg/astria/pull/719).
216218
- Initial release.
217219

218220
[unreleased]: https://github.com/astriaorg/astria/compare/composer-v1.0.0...HEAD
221+
[1.0.1]: https://github.com/astriaorg/astria/compare/composer-v1.0.0...composer-v1.0.1
219222
[1.0.0]: https://github.com/astriaorg/astria/compare/composer-v1.0.0-rc.2...composer-v1.0.0
220223
[1.0.0-rc.2]: https://github.com/astriaorg/astria/compare/composer-v1.0.0-rc.1...composer-v1.0.0-rc.2
221224
[1.0.0-rc.1]: https://github.com/astriaorg/astria/compare/composer-v0.8.3...composer-v1.0.0-rc.1

crates/astria-composer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "astria-composer"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2021"
55
rust-version = "1.83.0"
66
license = "MIT OR Apache-2.0"

crates/astria-conductor/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [1.1.0] - 2025-03-06
13+
1214
### Changed
1315

1416
- Update `idna` dependency to resolve cargo audit warning [#1869](https://github.com/astriaorg/astria/pull/1869).
@@ -363,6 +365,7 @@ address [#721](https://github.com/astriaorg/astria/pull/721).
363365
- Initial release.
364366

365367
[unreleased]: https://github.com/astriaorg/astria/compare/conductor-v1.0.0...HEAD
368+
[1.1.0]: https://github.com/astriaorg/astria/compare/conductor-v1.0.0...conductor-v1.1.0
366369
[1.0.0]: https://github.com/astriaorg/astria/compare/conductor-v1.0.0-rc.2...conductor-v1.0.0
367370
[1.0.0-rc.2]: https://github.com/astriaorg/astria/compare/conductor-v1.0.0-rc.1...conductor-v1.0.0-rc.2
368371
[1.0.0-rc.1]: https://github.com/astriaorg/astria/compare/conductor-v0.20.1...conductor-v1.0.0-rc.1

crates/astria-conductor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "astria-conductor"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
edition = "2021"
55
rust-version = "1.83.0"
66
license = "MIT OR Apache-2.0"

crates/astria-sequencer-relayer/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [1.0.1] - 2025-03-06
13+
1214
### Changed
1315

1416
- Update `idna` dependency to resolve cargo audit warning [#1869](https://github.com/astriaorg/astria/pull/1869).
@@ -272,7 +274,8 @@ address [#721](https://github.com/astriaorg/astria/pull/721).
272274

273275
- Initial release.
274276

275-
[unreleased]: https://github.com/astriaorg/astria/compare/sequencer-relayer-v1.0.0...HEAD
277+
[unreleased]: https://github.com/astriaorg/astria/compare/sequencer-relayer-v1.0.1...HEAD
278+
[1.0.1]: https://github.com/astriaorg/astria/compare/sequencer-relayer-v1.0.0...sequencer-relayer-v1.0.1
276279
[1.0.0]: https://github.com/astriaorg/astria/compare/sequencer-relayer-v1.0.0-rc.2...sequencer-relayer-v1.0.0
277280
[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
278281
[1.0.0-rc.1]: https://github.com/astriaorg/astria/compare/sequencer-relayer-v0.16.2...sequencer-relayer-v1.0.0-rc.1

crates/astria-sequencer-relayer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "astria-sequencer-relayer"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
rust-version = "1.83.0"

crates/astria-sequencer/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [Unreleased]
1111

12+
## [2.0.0-rc.1] - 2025-03-06
13+
1214
### Fixed
1315

1416
- Ensure getPendingNonce gRPC returns the correct nonce [#2012](https://github.com/astriaorg/astria/pull/2012).
@@ -469,7 +471,8 @@ address [#721](https://github.com/astriaorg/astria/pull/721).
469471

470472
- Initial release.
471473

472-
[unreleased]: https://github.com/astriaorg/astria/compare/sequencer-v1.0.0...HEAD
474+
[unreleased]: https://github.com/astriaorg/astria/compare/sequencer-v2.0.0-rc.1...HEAD
475+
[2.0.0-rc.1]: https://github.com/astriaorg/astria/compare/sequencer-v1.0.0...sequencer-v2.0.0-rc.1
473476
[1.0.0]: https://github.com/astriaorg/astria/compare/sequencer-v1.0.0-rc.2...sequencer-v1.0.0
474477
[1.0.0-rc.2]: https://github.com/astriaorg/astria/compare/sequencer-v1.0.0-rc.1...sequencer-v1.0.0-rc.2
475478
[1.0.0-rc.1]: https://github.com/astriaorg/astria/compare/sequencer-v0.17.0...sequencer-v1.0.0-rc.1

crates/astria-sequencer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "astria-sequencer"
3-
version = "1.0.0"
3+
version = "2.0.0-rc.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
rust-version = "1.83.0"

0 commit comments

Comments
 (0)