Skip to content

Commit

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

`0.9.2` release artifacts
  • Loading branch information
refcell authored Jan 9, 2025
1 parent e5fa68f commit 8643aee
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
11 changes: 9 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.9.1](https://github.com/alloy-rs/op-alloy
/releases/tag/v0.9.1) - 2025-01-07
## [0.9.2](https://github.com/alloy-rs/op-alloy
/releases/tag/v0.9.2) - 2025-01-08

### Dependencies

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

### Miscellaneous Tasks

- [provider] Migrate `op-alloy-provider`->`op-rs/maili-provider` ([#365](https://github.com/alloy-rs/op-alloy/issues/365))
- [protocol] Migrate `op-alloy-protocol`->`op-rs/maili-protocol` ([#364](https://github.com/alloy-rs/op-alloy/issues/364))
- [ci] Check wasm compilation for `op-alloy-rpc-types` in CI ([#357](https://github.com/alloy-rs/op-alloy/issues/357))
- [ci] Update target `wasm32-wasi` to `wasm32-wasip1` for ci ([#354](https://github.com/alloy-rs/op-alloy/issues/354))
- [rpc] `no_std` support `op-alloy-rpc-jsonrpsee` ([#356](https://github.com/alloy-rs/op-alloy/issues/356))

### Other

- 0.9.1 ([#363](https://github.com/alloy-rs/op-alloy/issues/363))
- Define supervisor API ([#359](https://github.com/alloy-rs/op-alloy/issues/359))

## [0.9.0](https://github.com/alloy-rs/op-alloy
/releases/tag/v0.9.0) - 2024-12-30

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.9.1"
version = "0.9.2"
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.9.1", path = "crates/genesis", default-features = false }
op-alloy-protocol = { version = "0.9.1", path = "crates/protocol", default-features = false }
op-alloy-consensus = { version = "0.9.1", path = "crates/consensus", default-features = false }
op-alloy-network = { version = "0.9.1", path = "crates/network", default-features = false }
op-alloy-provider = { version = "0.9.1", path = "crates/provider", default-features = false }
op-alloy-registry = { version = "0.9.1", path = "crates/registry", default-features = false }
op-alloy-rpc-types = { version = "0.9.1", path = "crates/rpc-types", default-features = false }
op-alloy-rpc-jsonrpsee = { version = "0.9.1", path = "crates/rpc-jsonrpsee", default-features = false }
op-alloy-rpc-types-engine = { version = "0.9.1", path = "crates/rpc-types-engine", default-features = false }
op-alloy-genesis = { version = "0.9.2", path = "crates/genesis", default-features = false }
op-alloy-protocol = { version = "0.9.2", path = "crates/protocol", default-features = false }
op-alloy-consensus = { version = "0.9.2", path = "crates/consensus", default-features = false }
op-alloy-network = { version = "0.9.2", path = "crates/network", default-features = false }
op-alloy-provider = { version = "0.9.2", path = "crates/provider", default-features = false }
op-alloy-registry = { version = "0.9.2", path = "crates/registry", default-features = false }
op-alloy-rpc-types = { version = "0.9.2", path = "crates/rpc-types", default-features = false }
op-alloy-rpc-jsonrpsee = { version = "0.9.2", path = "crates/rpc-jsonrpsee", default-features = false }
op-alloy-rpc-types-engine = { version = "0.9.2", path = "crates/rpc-types-engine", default-features = false }

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

0 comments on commit 8643aee

Please sign in to comment.