From a4582e4b300e70ec7b6224c352278625a28eec8d Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Mon, 30 Sep 2024 16:48:30 +0200 Subject: [PATCH] chore: release 0.8.0 --- CHANGELOG.md | 9 ++++++++- Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e881007..0a15661 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,13 @@ 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.7.3](https://github.com/foundry-rs/block-explorers/releases/tag/v0.7.3) - 2024-09-19 +## [0.8.0](https://github.com/foundry-rs/block-explorers/releases/tag/v0.8.0) - 2024-09-30 + +### Miscellaneous Tasks + +- Alloy 0.4 ([#65](https://github.com/foundry-rs/block-explorers/issues/65)) + +## [foundry-block-explorers-v0.7.3](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.7.3) - 2024-09-19 ### Bug Fixes @@ -13,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Miscellaneous Tasks +- Release 0.7.3 - Release 0.7.2 ## [foundry-block-explorers-v0.7.1](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.7.1) - 2024-09-03 diff --git a/Cargo.toml b/Cargo.toml index 7a44d5b..15d5d9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ resolver = "2" [workspace.package] authors = ["Foundry Maintainers"] -version = "0.7.3" +version = "0.8.0" rust-version = "1.70" readme = "README.md" license = "MIT OR Apache-2.0"