File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,33 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
9
27
10
28
### Dependencies
11
29
12
30
- Bump solar + MSRV ([ #96 ] ( https://github.com/foundry-rs/block-explorers/issues/96 ) )
13
31
14
32
### Miscellaneous Tasks
15
33
34
+ - Release 0.20.0
16
35
- Add trace for getabi ([ #92 ] ( https://github.com/foundry-rs/block-explorers/issues/92 ) )
17
36
- Update CI flow, add workflow_dispatch, remove unused GOERLI_PRIVATE_KEY ([ #95 ] ( https://github.com/foundry-rs/block-explorers/issues/95 ) )
18
37
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ resolver = "2"
7
7
8
8
[workspace .package ]
9
9
authors = [" Foundry Maintainers" ]
10
- version = " 0.20 .0"
10
+ version = " 0.21 .0"
11
11
rust-version = " 1.76"
12
12
readme = " README.md"
13
13
license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments