Skip to content

Commit

Permalink
chore: release 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Aug 27, 2024
1 parent dd1726f commit 3121b5b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,30 @@ 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.5.1](https://github.com/foundry-rs/block-explorers/releases/tag/v0.5.1) - 2024-07-19
## [0.5.2](https://github.com/foundry-rs/block-explorers/releases/tag/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

- 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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resolver = "2"

[workspace.package]
authors = ["Foundry Maintainers"]
version = "0.5.1"
version = "0.5.2"
rust-version = "1.70"
readme = "README.md"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 3121b5b

Please sign in to comment.