Skip to content

Commit

Permalink
chore(kona-derive-alloy): release v0.0.1 (#736)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
github-actions[bot] and refcell authored Oct 25, 2024
1 parent 91e725a commit 464bce0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions crates/derive-alloy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 464bce0

Please sign in to comment.