Skip to content

Commit

Permalink
chore(kona-derive-alloy): release v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 25, 2024
1 parent 464bce0 commit 19bcc0f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ kona-derive = { path = "crates/derive", version = "0.0.4", default-features = fa
kona-preimage = { path = "crates/preimage", version = "0.0.4", default-features = false }
kona-executor = { path = "crates/executor", version = "0.0.3", default-features = false }
kona-common-proc = { path = "crates/common-proc", version = "0.0.4", default-features = false }
kona-derive-alloy = { path = "crates/derive-alloy", version = "0.0.1", default-features = false }
kona-derive-alloy = { path = "crates/derive-alloy", version = "0.0.2", default-features = false }

# Alloy
alloy-rlp = { version = "0.3.9", default-features = false }
Expand Down
6 changes: 6 additions & 0 deletions crates/derive-alloy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.2](https://github.com/anton-rs/kona/compare/kona-derive-alloy-v0.0.1...kona-derive-alloy-v0.0.2) - 2024-10-25

### Other

- *(kona-derive-alloy)* release v0.0.1 ([#736](https://github.com/anton-rs/kona/pull/736))

## [0.0.1](https://github.com/anton-rs/kona/releases/tag/kona-derive-alloy-v0.0.1) - 2024-10-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/derive-alloy/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kona-derive-alloy"
description = "An alloy-backed derivation pipeline for the OP Stack, built on `kona-derive`"
version = "0.0.1"
version = "0.0.2"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down

0 comments on commit 19bcc0f

Please sign in to comment.