From 13d7e82819dcac9ad579d7f429b53376f8bb4b31 Mon Sep 17 00:00:00 2001 From: refcell Date: Tue, 29 Oct 2024 16:40:23 -0400 Subject: [PATCH] fix(derive-alloy): changelog (#752) --- crates/derive-alloy/CHANGELOG.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/crates/derive-alloy/CHANGELOG.md b/crates/derive-alloy/CHANGELOG.md index 43676af7e..a479c5899 100644 --- a/crates/derive-alloy/CHANGELOG.md +++ b/crates/derive-alloy/CHANGELOG.md @@ -29,16 +29,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### 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)) -# 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).