Skip to content

Commit

Permalink
chore: release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 21, 2024
1 parent cddeaf4 commit 1f22019
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ lto = "fat"
kona-mpt = { path = "crates/mpt", version = "0.1.0", default-features = false }
kona-client = { path = "bin/client", version = "0.1.0", default-features = false }
kona-derive = { path = "crates/derive", version = "0.1.0", default-features = false }
kona-driver = { path = "crates/driver", version = "0.1.0", default-features = false }
kona-driver = { path = "crates/driver", version = "0.1.1", default-features = false }
kona-executor = { path = "crates/executor", version = "0.1.0", default-features = false }
kona-proof = { path = "crates/proof-sdk/proof", version = "0.1.0", default-features = false }
kona-proof = { path = "crates/proof-sdk/proof", version = "0.1.1", default-features = false }
kona-common = { path = "crates/proof-sdk/common", version = "0.1.0", default-features = false }
kona-preimage = { path = "crates/proof-sdk/preimage", version = "0.1.0", default-features = false }
kona-common-proc = { path = "crates/proof-sdk/common-proc", version = "0.1.0", default-features = false }
Expand Down
6 changes: 6 additions & 0 deletions crates/driver/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.1.1](https://github.com/anton-rs/kona/compare/kona-driver-v0.1.0...kona-driver-v0.1.1) - 2024-11-21

### Other

- *(driver)* visibility ([#834](https://github.com/anton-rs/kona/pull/834))

## [0.0.1](https://github.com/anton-rs/kona/compare/kona-driver-v0.0.0...kona-driver-v0.0.1) - 2024-11-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/driver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kona-driver"
description = "A no_std derivation pipeline driver"
version = "0.1.0"
version = "0.1.1"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down
6 changes: 6 additions & 0 deletions crates/proof-sdk/proof/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.1](https://github.com/anton-rs/kona/compare/kona-proof-v0.1.0...kona-proof-v0.1.1) - 2024-11-21

### Other

- updated the following local packages: kona-driver

## [0.0.1](https://github.com/anton-rs/kona/releases/tag/kona-proof-v0.0.1) - 2024-11-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion crates/proof-sdk/proof/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kona-proof"
description = "OP Stack Proof SDK"
version = "0.1.0"
version = "0.1.1"
edition.workspace = true
authors.workspace = true
license.workspace = true
Expand Down

0 comments on commit 1f22019

Please sign in to comment.