Skip to content

Commit

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

Release `0.6.7`
  • Loading branch information
refcell authored Nov 19, 2024
1 parent 653c735 commit 495cc85
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 11 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ 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.6.6](https://github.com/alloy-rs/op-alloy
/releases/tag/v0.6.6) - 2024-11-16
## [0.6.7](https://github.com/alloy-rs/op-alloy
/releases/tag/v0.6.7) - 2024-11-18

### Bug Fixes

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

### Features

- [genesis] Holocene Timestamps on Sepolia ([#285](https://github.com/alloy-rs/op-alloy/issues/285))
- Add missing txtype tryfroms ([#272](https://github.com/alloy-rs/op-alloy/issues/272))
- [protocol] Batch Reader ([#265](https://github.com/alloy-rs/op-alloy/issues/265))
- [protocol] ZLIB Compression ([#264](https://github.com/alloy-rs/op-alloy/issues/264))
- [protocol] Brotli Compression behind `std` ([#263](https://github.com/alloy-rs/op-alloy/issues/263))
- [protocol] Batch Encoding ([#259](https://github.com/alloy-rs/op-alloy/issues/259))
- Add missing OpTxType trait impls ([#258](https://github.com/alloy-rs/op-alloy/issues/258))
Expand All @@ -25,12 +29,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Miscellaneous Tasks

- [consensus] Re-export and Hardfork Cleanup ([#274](https://github.com/alloy-rs/op-alloy/issues/274))
- [consensus] Signature Definitions ([#281](https://github.com/alloy-rs/op-alloy/issues/281))
- [consensus] OpTxType Conversion ([#283](https://github.com/alloy-rs/op-alloy/issues/283))
- [protocol] Batch Transaction Mod ([#284](https://github.com/alloy-rs/op-alloy/issues/284))
- [consensus] Move OpTxType and add tests ([#282](https://github.com/alloy-rs/op-alloy/issues/282))
- [protocol] Cleanup Examples ([#278](https://github.com/alloy-rs/op-alloy/issues/278))
- [op-alloy] Docs ([#277](https://github.com/alloy-rs/op-alloy/issues/277))
- [genesis] Remove Re-exports ([#276](https://github.com/alloy-rs/op-alloy/issues/276))
- Remove Error Impls ([#273](https://github.com/alloy-rs/op-alloy/issues/273))
- [workspace] Use thiserror for Error Types ([#269](https://github.com/alloy-rs/op-alloy/issues/269))
- [protocol] Remove TryFrom ([#268](https://github.com/alloy-rs/op-alloy/issues/268))
- [protocol] Re-organizes Modules and Errors ([#261](https://github.com/alloy-rs/op-alloy/issues/261))
- [book] Building Docs ([#257](https://github.com/alloy-rs/op-alloy/issues/257))
- [book] Frames to Batches Example ([#232](https://github.com/alloy-rs/op-alloy/issues/232))
- [book] Missing Sections and Enhancements ([#255](https://github.com/alloy-rs/op-alloy/issues/255))
- [book] Touchup Introduction ([#254](https://github.com/alloy-rs/op-alloy/issues/254))

### Other

- V0.6.6 ([#271](https://github.com/alloy-rs/op-alloy/issues/271))

## [0.6.5](https://github.com/alloy-rs/op-alloy
/releases/tag/v0.6.5) - 2024-11-12

Expand Down
18 changes: 9 additions & 9 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.6.6"
version = "0.6.7"
edition = "2021"
rust-version = "1.81"
authors = ["Alloy Contributors"]
Expand Down Expand Up @@ -36,14 +36,14 @@ rustdoc-args = ["--cfg", "docsrs"]

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

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

0 comments on commit 495cc85

Please sign in to comment.