Skip to content

Commit

Permalink
release: v1.0 cut
Browse files Browse the repository at this point in the history
  • Loading branch information
joroshiba committed Oct 25, 2024
1 parent 4f7e53a commit 9a86b52
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions crates/astria-bridge-withdrawer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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 1.0.0 will be created with tag bridge-withdrawer-v1.0.0.
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"
Expand Down
6 changes: 6 additions & 0 deletions crates/astria-composer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 1.0.0 will be created with tag composer-v1.0.0.
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"
Expand Down
6 changes: 6 additions & 0 deletions crates/astria-conductor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 1.0.0 will be created with tag conductor-v1.0.0.
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"
Expand Down
6 changes: 6 additions & 0 deletions crates/astria-sequencer-relayer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 1.0.0 will be created with tag sequencer-relayer-v1.0.0.
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"
Expand Down
7 changes: 7 additions & 0 deletions crates/astria-sequencer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,13 @@ 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).
- Move fee event recording to transaction from block [#1718](https://github.com/astriaorg/astria/pull/1718).

## [1.0.0-rc.2] - 2024-10-23

### Changed
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 1.0.0 will be created with tag sequencer-v1.0.0.
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"
Expand Down

0 comments on commit 9a86b52

Please sign in to comment.