From de77456fa3e3b5d47fd58dcc9e90824d11cbe58e Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Fri, 13 Sep 2024 17:39:41 +0200 Subject: [PATCH] chore: release 0.3.5 --- CHANGELOG.md | 4 ++++ crates/alloy/CHANGELOG.md | 6 ++++++ crates/eip7547/CHANGELOG.md | 6 ++++++ 3 files changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf3954877c3..cc1ebcf40b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add missing conversion ([#1287](https://github.com/alloy-rs/alloy/issues/1287)) +### Miscellaneous Tasks + +- Release 0.3.5 + ## [0.3.4](https://github.com/alloy-rs/alloy/releases/tag/v0.3.4) - 2024-09-13 ### Bug Fixes diff --git a/crates/alloy/CHANGELOG.md b/crates/alloy/CHANGELOG.md index de6919bcc8b..90a83338b4e 100644 --- a/crates/alloy/CHANGELOG.md +++ b/crates/alloy/CHANGELOG.md @@ -5,6 +5,12 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.5](https://github.com/alloy-rs/alloy/releases/tag/v0.3.5) - 2024-09-13 + +### Miscellaneous Tasks + +- Release 0.3.5 + ## [0.3.4](https://github.com/alloy-rs/alloy/releases/tag/v0.3.4) - 2024-09-13 ### Miscellaneous Tasks diff --git a/crates/eip7547/CHANGELOG.md b/crates/eip7547/CHANGELOG.md index 0ce1a83510e..6e08a67ddc6 100644 --- a/crates/eip7547/CHANGELOG.md +++ b/crates/eip7547/CHANGELOG.md @@ -5,6 +5,12 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.3.5](https://github.com/alloy-rs/alloy/releases/tag/v0.3.5) - 2024-09-13 + +### Miscellaneous Tasks + +- Release 0.3.5 + ## [0.3.4](https://github.com/alloy-rs/alloy/releases/tag/v0.3.4) - 2024-09-13 ### Features