Skip to content

Commit

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

`0.9.5` release artifacts.
  • Loading branch information
refcell authored Jan 17, 2025
1 parent 57ed494 commit b506e16
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@ 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.9.4](https://github.com/alloy-rs/op-alloy
/releases/tag/v0.9.4) - 2025-01-14
## [0.9.5](https://github.com/alloy-rs/op-alloy
/releases/tag/v0.9.5) - 2025-01-17

### Bug Fixes

- Op-alloy-provider ([#390](https://github.com/alloy-rs/op-alloy/issues/390))

### Dependencies

- Bump `maili-*` to `0.1.6` ([#393](https://github.com/alloy-rs/op-alloy/issues/393))
- [deps] Bump `maili` to 0.1.5 ([#385](https://github.com/alloy-rs/op-alloy/issues/385))
- Quick Version Bumps ([#362](https://github.com/alloy-rs/op-alloy/issues/362))

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

### Miscellaneous Tasks

- [docs] Update readme ([#392](https://github.com/alloy-rs/op-alloy/issues/392))
- [consensus] Migrate deposit tx behaviour to `maili` ([#383](https://github.com/alloy-rs/op-alloy/issues/383))
- [genesis] Migrate `op-alloy-genesis`->`maili-genesis` ([#381](https://github.com/alloy-rs/op-alloy/issues/381))
- [provider] Revert [#365](https://github.com/alloy-rs/op-alloy/issues/365) remove `OpEngineApi` ([#379](https://github.com/alloy-rs/op-alloy/issues/379))
Expand All @@ -42,6 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Other

- 0.9.4 ([#389](https://github.com/alloy-rs/op-alloy/issues/389))
- 0.9.3 ([#384](https://github.com/alloy-rs/op-alloy/issues/384))
- 0.9.2 ([#368](https://github.com/alloy-rs/op-alloy/issues/368))
- 0.9.1 ([#363](https://github.com/alloy-rs/op-alloy/issues/363))
Expand Down
12 changes: 6 additions & 6 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.9.4"
version = "0.9.5"
edition = "2021"
rust-version = "1.81"
authors = ["Alloy Contributors"]
Expand Down Expand Up @@ -36,11 +36,11 @@ rustdoc-args = ["--cfg", "docsrs"]

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

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

0 comments on commit b506e16

Please sign in to comment.