From 02ed1eb18f96fd068d8d24fb28f0dedc62c91845 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 22 Feb 2024 16:37:10 +0000 Subject: [PATCH] chore: release Signed-off-by: GitHub Action --- crates/common/CHANGELOG.md | 21 +++++++++++++++++++++ crates/preimage/CHANGELOG.md | 17 +++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 crates/common/CHANGELOG.md create mode 100644 crates/preimage/CHANGELOG.md diff --git a/crates/common/CHANGELOG.md b/crates/common/CHANGELOG.md new file mode 100644 index 000000000..db10e92e5 --- /dev/null +++ b/crates/common/CHANGELOG.md @@ -0,0 +1,21 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.0.1](https://github.com/ethereum-optimism/kona/releases/tag/kona-common-v0.0.1) - 2024-02-22 + +### Other +- ♻️ Cleanup ([#25](https://github.com/ethereum-optimism/kona/pull/25)) +- :broom: docs ([#22](https://github.com/ethereum-optimism/kona/pull/22)) +- 🚧 `kona-preimage` ([#14](https://github.com/ethereum-optimism/kona/pull/14)) +- ♻ Cleanups +- ✨ Add lints for all targets in justfile +- ✨ Example & `asterisc` build image +- ✨ Updates +- 🚧 `kona-common` crate +- ♻ Clean +- :sparkle: Init diff --git a/crates/preimage/CHANGELOG.md b/crates/preimage/CHANGELOG.md new file mode 100644 index 000000000..6804882af --- /dev/null +++ b/crates/preimage/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.0.1](https://github.com/ethereum-optimism/kona/releases/tag/kona-preimage-v0.0.1) - 2024-02-22 + +### Other +- 📝 Extend license ([#26](https://github.com/ethereum-optimism/kona/pull/26)) +- ♻️ Cleanup ([#25](https://github.com/ethereum-optimism/kona/pull/25)) +- ♻ Move pipe reading logic into pipe, so that it's shared ([#24](https://github.com/ethereum-optimism/kona/pull/24)) +- ✨ `HintWriter` ([#23](https://github.com/ethereum-optimism/kona/pull/23)) +- :broom: docs ([#22](https://github.com/ethereum-optimism/kona/pull/22)) +- 🚧 `kona-preimage` ([#14](https://github.com/ethereum-optimism/kona/pull/14))