diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a15661..cc8a86f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,117 +5,51 @@ 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.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 +## [0.9.0](https://github.com/foundry-rs/block-explorers/releases/tag/v0.9.0) - 2024-11-18 ### Bug Fixes - Solc_config settings ([#63](https://github.com/foundry-rs/block-explorers/issues/63)) - -### 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 +- Fix bugs about the default EVM version in Solc ([#59](https://github.com/foundry-rs/block-explorers/issues/59)) ### Dependencies +- Bump compilers ([#67](https://github.com/foundry-rs/block-explorers/issues/67)) - [deps] Bump compilers ([#62](https://github.com/foundry-rs/block-explorers/issues/62)) +- Updated alloy-core and alloy dependencies ([#61](https://github.com/foundry-rs/block-explorers/issues/61)) +- Bump compilers ([#55](https://github.com/foundry-rs/block-explorers/issues/55)) +- [deps] Bump compilers 0.9 ([#54](https://github.com/foundry-rs/block-explorers/issues/54)) +- Bump compilers ([#49](https://github.com/foundry-rs/block-explorers/issues/49)) +- [deps] Bump compilers ([#48](https://github.com/foundry-rs/block-explorers/issues/48)) ### Miscellaneous Tasks +- Release 0.8.0 +- Alloy 0.4 ([#65](https://github.com/foundry-rs/block-explorers/issues/65)) +- Release 0.7.3 +- Release 0.7.2 - Release 0.7.1 - -## [foundry-blob-explorers-v0.7.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-blob-explorers-v0.7.0) - 2024-08-28 - -### Miscellaneous Tasks - - Release 0.7.0 - -## [foundry-block-explorers-v0.6.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.6.0) - 2024-08-28 - -### Dependencies - -- Updated alloy-core and alloy dependencies ([#61](https://github.com/foundry-rs/block-explorers/issues/61)) - -### Miscellaneous Tasks - - Release 0.6.0 - -## [foundry-block-explorers-v0.5.2](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.5.2) - 2024-08-27 - -### Bug Fixes - -- Fix bugs about the default EVM version in Solc ([#59](https://github.com/foundry-rs/block-explorers/issues/59)) - -### Miscellaneous Tasks - - Release 0.5.2 - Improve invalid key checks ([#58](https://github.com/foundry-rs/block-explorers/issues/58)) - -### Testing - -- Add invalid api key response test ([#57](https://github.com/foundry-rs/block-explorers/issues/57)) - -## [foundry-block-explorers-v0.5.1](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.5.1) - 2024-07-19 - -### Dependencies - -- Bump compilers ([#55](https://github.com/foundry-rs/block-explorers/issues/55)) - -### Miscellaneous Tasks - - Release 0.5.1 - -## [foundry-block-explorers-v0.5.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.5.0) - 2024-06-29 - -### Miscellaneous Tasks - - Release 0.5.0 - -## [Unreleased](https://github.com/foundry-rs/block-explorers/compare/foundry-block-explorers-v0.4.1...HEAD) - -### Dependencies - -- [deps] Bump compilers 0.9 ([#54](https://github.com/foundry-rs/block-explorers/issues/54)) - -### Miscellaneous Tasks - - Fix up manifests - [meta] Update CODEOWNERS +- Release 0.4.1 +- Use crates alloy ([#50](https://github.com/foundry-rs/block-explorers/issues/50)) +- Release 0.4.0 +- Sync cliff.toml ### Other - The EVM version returned by Blockscout is "default" ([#53](https://github.com/foundry-rs/block-explorers/issues/53)) - Create cache directory if needed ([#52](https://github.com/foundry-rs/block-explorers/issues/52)) -## [foundry-block-explorers-v0.4.1](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.4.1) - 2024-06-17 - -### Dependencies - -- Bump compilers ([#49](https://github.com/foundry-rs/block-explorers/issues/49)) - -### Miscellaneous Tasks - -- Release 0.4.1 -- Use crates alloy ([#50](https://github.com/foundry-rs/block-explorers/issues/50)) - -## [foundry-block-explorers-v0.4.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.4.0) - 2024-06-11 - -### Dependencies - -- [deps] Bump compilers ([#48](https://github.com/foundry-rs/block-explorers/issues/48)) - -### Miscellaneous Tasks +### Testing -- Release 0.4.0 -- Sync cliff.toml +- Add invalid api key response test ([#57](https://github.com/foundry-rs/block-explorers/issues/57)) ## [foundry-block-explorers-v0.3.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.3.0) - 2024-06-03 diff --git a/Cargo.toml b/Cargo.toml index 15d5d9c..f4d98f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ resolver = "2" [workspace.package] authors = ["Foundry Maintainers"] -version = "0.8.0" +version = "0.9.0" rust-version = "1.70" readme = "README.md" license = "MIT OR Apache-2.0"