Skip to content

Commit

Permalink
chore: release 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Dec 19, 2024
1 parent 75b31ef commit b756ac9
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 10 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,28 @@ 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.8.5](https://github.com/alloy-rs/op-alloy
/releases/tag/v0.8.5) - 2024-12-19

### Features

- Impl From<TxEip7702> for OpTypedTransaction ([#348](https://github.com/alloy-rs/op-alloy/issues/348))

### Other

- [Feature] Use Upstream Forkchoice Version ([#347](https://github.com/alloy-rs/op-alloy/issues/347))

## [0.8.4](https://github.com/alloy-rs/op-alloy
/releases/tag/v0.8.4) - 2024-12-17

### Dependencies

- Bump alloy 081 ([#344](https://github.com/alloy-rs/op-alloy/issues/344))

### Miscellaneous Tasks

- Release 0.8.4

### Other

- [Bug] miner_setMaxDASize should return bool type ([#346](https://github.com/alloy-rs/op-alloy/issues/346))
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.8.4"
version = "0.8.5"
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.8.4", path = "crates/genesis", default-features = false }
op-alloy-protocol = { version = "0.8.4", path = "crates/protocol", default-features = false }
op-alloy-consensus = { version = "0.8.4", path = "crates/consensus", default-features = false }
op-alloy-network = { version = "0.8.4", path = "crates/network", default-features = false }
op-alloy-provider = { version = "0.8.4", path = "crates/provider", default-features = false }
op-alloy-registry = { version = "0.8.4", path = "crates/registry", default-features = false }
op-alloy-rpc-types = { version = "0.8.4", path = "crates/rpc-types", default-features = false }
op-alloy-rpc-jsonrpsee = { version = "0.8.4", path = "crates/rpc-jsonrpsee", default-features = false }
op-alloy-rpc-types-engine = { version = "0.8.4", path = "crates/rpc-types-engine", default-features = false }
op-alloy-genesis = { version = "0.8.5", path = "crates/genesis", default-features = false }
op-alloy-protocol = { version = "0.8.5", path = "crates/protocol", default-features = false }
op-alloy-consensus = { version = "0.8.5", path = "crates/consensus", default-features = false }
op-alloy-network = { version = "0.8.5", path = "crates/network", default-features = false }
op-alloy-provider = { version = "0.8.5", path = "crates/provider", default-features = false }
op-alloy-registry = { version = "0.8.5", path = "crates/registry", default-features = false }
op-alloy-rpc-types = { version = "0.8.5", path = "crates/rpc-types", default-features = false }
op-alloy-rpc-jsonrpsee = { version = "0.8.5", path = "crates/rpc-jsonrpsee", default-features = false }
op-alloy-rpc-types-engine = { version = "0.8.5", path = "crates/rpc-types-engine", default-features = false }

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

0 comments on commit b756ac9

Please sign in to comment.