Skip to content

Commit

Permalink
chore: release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klkvr committed Nov 18, 2024
1 parent 56d411a commit bbc6e73
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 85 deletions.
102 changes: 18 additions & 84 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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.8.0"
version = "0.9.0"
rust-version = "1.70"
readme = "README.md"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit bbc6e73

Please sign in to comment.