Skip to content

Commit b89e7bf

Browse files
authored
chore: release 0.21.0 (#108)
1 parent 0bbd135 commit b89e7bf

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,33 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.20.0](https://github.com/foundry-rs/block-explorers/releases/tag/v0.20.0) - 2025-07-14
8+
## [0.21.0](https://github.com/foundry-rs/block-explorers/releases/tag/v0.21.0) - 2025-08-25
9+
10+
### Bug Fixes
11+
12+
- [serde] Support 0x-prefixed hex in deserialize_stringified_block_number ([#100](https://github.com/foundry-rs/block-explorers/issues/100))
13+
- [tests] Disambiguate `Into` target for `parse_units` in `gas.rs` ([#98](https://github.com/foundry-rs/block-explorers/issues/98))
14+
- `dependencies.yml` is unused ([#104](https://github.com/foundry-rs/block-explorers/issues/104))
15+
16+
### Dependencies
17+
18+
- [deps] Bump compilers 0.19.0 ([#107](https://github.com/foundry-rs/block-explorers/issues/107))
19+
- [deps] Add dependencies ci workflow + update deps + fix clippy ([#102](https://github.com/foundry-rs/block-explorers/issues/102))
20+
21+
### Miscellaneous Tasks
22+
23+
- Add @0xrusowsky to `CODEOWNERS` ([#105](https://github.com/foundry-rs/block-explorers/issues/105))
24+
- Update `CODEOWNERS` to improve visibility ([#103](https://github.com/foundry-rs/block-explorers/issues/103))
25+
26+
## [foundry-block-explorers-v0.20.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.20.0) - 2025-07-14
927

1028
### Dependencies
1129

1230
- Bump solar + MSRV ([#96](https://github.com/foundry-rs/block-explorers/issues/96))
1331

1432
### Miscellaneous Tasks
1533

34+
- Release 0.20.0
1635
- Add trace for getabi ([#92](https://github.com/foundry-rs/block-explorers/issues/92))
1736
- Update CI flow, add workflow_dispatch, remove unused GOERLI_PRIVATE_KEY ([#95](https://github.com/foundry-rs/block-explorers/issues/95))
1837

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ resolver = "2"
77

88
[workspace.package]
99
authors = ["Foundry Maintainers"]
10-
version = "0.20.0"
10+
version = "0.21.0"
1111
rust-version = "1.76"
1212
readme = "README.md"
1313
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)