From 464bce0db137c531339f15b848fc019a1daf9f86 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 17:59:13 +0000 Subject: [PATCH] chore(kona-derive-alloy): release v0.0.1 (#736) * chore(kona-derive-alloy): release v0.0.1 * run ci --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: refcell --- README.md | 3 ++- crates/derive-alloy/CHANGELOG.md | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99ac58172..9932c574f 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,8 @@ getting started with building your own programs, and a reference for the librari ## Credits -`kona` is inspired by the work of several teams, namely [OP Labs][op-labs] and other contributors' work on the [`op-program`][op-program] and [BadBoiLabs][bad-boi-labs]'s work on [Cannon-rs][badboi-cannon-rs]. +`kona` is inspired by the work of several teams, namely [OP Labs][op-labs] and other contributors' work on the +[`op-program`][op-program] and [BadBoiLabs][bad-boi-labs]'s work on [Cannon-rs][badboi-cannon-rs]. [op-stack]: https://github.com/ethereum-optimism/optimism [op-program]: https://github.com/ethereum-optimism/optimism/tree/develop/op-program diff --git a/crates/derive-alloy/CHANGELOG.md b/crates/derive-alloy/CHANGELOG.md index c1a30e5da..5d18d2ab5 100644 --- a/crates/derive-alloy/CHANGELOG.md +++ b/crates/derive-alloy/CHANGELOG.md @@ -11,6 +11,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +- remove thiserror ([#735](https://github.com/anton-rs/kona/pull/735)) +- *(derive)* `BatchProvider` multiplexed stage ([#726](https://github.com/anton-rs/kona/pull/726)) +- *(workspace)* Distribute pipeline, not providers ([#717](https://github.com/anton-rs/kona/pull/717)) + +### Other + +- release ([#715](https://github.com/anton-rs/kona/pull/715)) + +## [0.0.1](https://github.com/anton-rs/kona/releases/tag/kona-derive-alloy-v0.0.1) - 2024-10-25 + +### Added + - remove thiserror ([#735](https://github.com/anton-rs/kona/pull/735)) - *(derive)* `BatchProvider` multiplexed stage ([#726](https://github.com/anton-rs/kona/pull/726)) - *(workspace)* Distribute pipeline, not providers ([#717](https://github.com/anton-rs/kona/pull/717))