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))