File tree 13 files changed +34
-16
lines changed
13 files changed +34
-16
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## [ Unreleased]
11
11
12
+ ## [ 1.0.2] - 2025-03-06
13
+
12
14
### Changed
13
15
14
16
- 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
109
111
110
112
- Initial release of EVM Withdrawer.
111
113
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
113
116
[ 1.0.1 ] : https://github.com/astriaorg/astria/compare/bridge-withdrawer-v1.0.0...bridge-withdrawer-v1.0.1
114
117
[ 1.0.0 ] : https://github.com/astriaorg/astria/compare/bridge-withdrawer-v1.0.0-rc.2...bridge-withdrawer-v1.0.0
115
118
[ 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
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " astria-bridge-withdrawer"
3
- version = " 1.0.1 "
3
+ version = " 1.0.2 "
4
4
edition = " 2021"
5
5
rust-version = " 1.83.0"
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## [ Unreleased]
11
11
12
+ ## [ 0.6.0] - 2025-03-06
13
+
12
14
### Added
13
15
14
16
- 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
110
112
111
113
- Dusk 1 CLI release
112
114
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
114
117
[ 0.5.1 ] : https://github.com/astriaorg/astria/compare/cli-v0.5.0...cli-v0.5.1
115
118
[ 0.5.0 ] : https://github.com/astriaorg/astria/compare/cli-v0.4.1...cli-v0.5.0
116
119
[ 0.4.1 ] : https://github.com/astriaorg/astria/compare/cli-v0.4.0...cli-v0.4.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " astria-cli"
3
- version = " 0.5.1 "
3
+ version = " 0.6.0 "
4
4
edition = " 2021"
5
5
rust-version = " 1.83.0"
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## [ Unreleased]
11
11
12
+ ## [ 1.0.1] - 2025-03-06
13
+
12
14
### Changed
13
15
14
16
- 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).
216
218
- Initial release.
217
219
218
220
[ 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
219
222
[ 1.0.0 ] : https://github.com/astriaorg/astria/compare/composer-v1.0.0-rc.2...composer-v1.0.0
220
223
[ 1.0.0-rc.2 ] : https://github.com/astriaorg/astria/compare/composer-v1.0.0-rc.1...composer-v1.0.0-rc.2
221
224
[ 1.0.0-rc.1 ] : https://github.com/astriaorg/astria/compare/composer-v0.8.3...composer-v1.0.0-rc.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " astria-composer"
3
- version = " 1.0.0 "
3
+ version = " 1.0.1 "
4
4
edition = " 2021"
5
5
rust-version = " 1.83.0"
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## [ Unreleased]
11
11
12
+ ## [ 1.1.0] - 2025-03-06
13
+
12
14
### Changed
13
15
14
16
- 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).
363
365
- Initial release.
364
366
365
367
[ 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
366
369
[ 1.0.0 ] : https://github.com/astriaorg/astria/compare/conductor-v1.0.0-rc.2...conductor-v1.0.0
367
370
[ 1.0.0-rc.2 ] : https://github.com/astriaorg/astria/compare/conductor-v1.0.0-rc.1...conductor-v1.0.0-rc.2
368
371
[ 1.0.0-rc.1 ] : https://github.com/astriaorg/astria/compare/conductor-v0.20.1...conductor-v1.0.0-rc.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " astria-conductor"
3
- version = " 1.0 .0"
3
+ version = " 1.1 .0"
4
4
edition = " 2021"
5
5
rust-version = " 1.83.0"
6
6
license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## [ Unreleased]
11
11
12
+ ## [ 1.0.1] - 2025-03-06
13
+
12
14
### Changed
13
15
14
16
- 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).
272
274
273
275
- Initial release.
274
276
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
276
279
[ 1.0.0 ] : https://github.com/astriaorg/astria/compare/sequencer-relayer-v1.0.0-rc.2...sequencer-relayer-v1.0.0
277
280
[ 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
278
281
[ 1.0.0-rc.1 ] : https://github.com/astriaorg/astria/compare/sequencer-relayer-v0.16.2...sequencer-relayer-v1.0.0-rc.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " astria-sequencer-relayer"
3
- version = " 1.0.0 "
3
+ version = " 1.0.1 "
4
4
edition = " 2021"
5
5
license = " MIT OR Apache-2.0"
6
6
rust-version = " 1.83.0"
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## [ Unreleased]
11
11
12
+ ## [ 2.0.0-rc.1] - 2025-03-06
13
+
12
14
### Fixed
13
15
14
16
- 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).
469
471
470
472
- Initial release.
471
473
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
473
476
[ 1.0.0 ] : https://github.com/astriaorg/astria/compare/sequencer-v1.0.0-rc.2...sequencer-v1.0.0
474
477
[ 1.0.0-rc.2 ] : https://github.com/astriaorg/astria/compare/sequencer-v1.0.0-rc.1...sequencer-v1.0.0-rc.2
475
478
[ 1.0.0-rc.1 ] : https://github.com/astriaorg/astria/compare/sequencer-v0.17.0...sequencer-v1.0.0-rc.1
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " astria-sequencer"
3
- version = " 1 .0.0"
3
+ version = " 2 .0.0-rc.1 "
4
4
edition = " 2021"
5
5
license = " MIT OR Apache-2.0"
6
6
rust-version = " 1.83.0"
You can’t perform that action at this time.
0 commit comments