Skip to content

Commit

Permalink
release: 0.7.3 (#333)
Browse files Browse the repository at this point in the history
### Description

Releases `0.7.3` crates for `op-alloy`.
  • Loading branch information
refcell authored Dec 4, 2024
1 parent ddbaf81 commit 84cabaf
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 10 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.7.3](https://github.com/alloy-rs/op-alloy
/releases/tag/v0.7.3) - 2024-12-04

### Dependencies

- Enable alloy-primitives/arbitrary in dev-deps ([#329](https://github.com/alloy-rs/op-alloy/issues/329))

### Features

- [consensus] Tx envelope tx hash ([#324](https://github.com/alloy-rs/op-alloy/issues/324))
- Add miner extension trait ([#325](https://github.com/alloy-rs/op-alloy/issues/325))
- [engine] FCU Version ([#321](https://github.com/alloy-rs/op-alloy/issues/321))
- Add typed 2718 for txtype ([#323](https://github.com/alloy-rs/op-alloy/issues/323))

### Miscellaneous Tasks

- [registry] Update SCR ([#327](https://github.com/alloy-rs/op-alloy/issues/327))

### Other

- Add placeholder for isthmus time to genesis ([#331](https://github.com/alloy-rs/op-alloy/issues/331))
- Propagate arbitrary ([#330](https://github.com/alloy-rs/op-alloy/issues/330))

## [0.7.2](https://github.com/alloy-rs/op-alloy
/releases/tag/v0.7.2) - 2024-12-02

Expand All @@ -14,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Miscellaneous Tasks

- Release 0.7.2
- Release 0.7.2

## [0.7.1](https://github.com/alloy-rs/op-alloy
Expand Down
20 changes: 10 additions & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"

[workspace.package]
version = "0.7.2"
version = "0.7.3"
edition = "2021"
rust-version = "1.81"
authors = ["Alloy Contributors"]
Expand Down Expand Up @@ -36,15 +36,15 @@ rustdoc-args = ["--cfg", "docsrs"]

[workspace.dependencies]
# Workspace
op-alloy-genesis = { version = "0.7.2", path = "crates/genesis", default-features = false }
op-alloy-protocol = { version = "0.7.2", path = "crates/protocol", default-features = false }
op-alloy-consensus = { version = "0.7.2", path = "crates/consensus", default-features = false }
op-alloy-network = { version = "0.7.2", path = "crates/network", default-features = false }
op-alloy-provider = { version = "0.7.2", path = "crates/provider", default-features = false }
op-alloy-registry = { version = "0.7.2", path = "crates/registry", default-features = false }
op-alloy-rpc-types = { version = "0.7.2", path = "crates/rpc-types", default-features = false }
op-alloy-rpc-jsonrpsee = { version = "0.7.2", path = "crates/rpc-jsonrpsee", default-features = false }
op-alloy-rpc-types-engine = { version = "0.7.2", path = "crates/rpc-types-engine", default-features = false }
op-alloy-genesis = { version = "0.7.3", path = "crates/genesis", default-features = false }
op-alloy-protocol = { version = "0.7.3", path = "crates/protocol", default-features = false }
op-alloy-consensus = { version = "0.7.3", path = "crates/consensus", default-features = false }
op-alloy-network = { version = "0.7.3", path = "crates/network", default-features = false }
op-alloy-provider = { version = "0.7.3", path = "crates/provider", default-features = false }
op-alloy-registry = { version = "0.7.3", path = "crates/registry", default-features = false }
op-alloy-rpc-types = { version = "0.7.3", path = "crates/rpc-types", default-features = false }
op-alloy-rpc-jsonrpsee = { version = "0.7.3", path = "crates/rpc-jsonrpsee", default-features = false }
op-alloy-rpc-types-engine = { version = "0.7.3", path = "crates/rpc-types-engine", default-features = false }

# Alloy
alloy-eips = { version = "0.7.2", default-features = false }
Expand Down

0 comments on commit 84cabaf

Please sign in to comment.