File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,27 @@ 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.19.1] ( https://github.com/foundry-rs/block-explorers/releases/tag/v0.19.1 ) - 2025-07-03
8
+ ## [ 0.20.0] ( https://github.com/foundry-rs/block-explorers/releases/tag/v0.20.0 ) - 2025-07-14
9
+
10
+ ### Dependencies
11
+
12
+ - Bump solar + MSRV ([ #96 ] ( https://github.com/foundry-rs/block-explorers/issues/96 ) )
13
+
14
+ ### Miscellaneous Tasks
15
+
16
+ - Add trace for getabi ([ #92 ] ( https://github.com/foundry-rs/block-explorers/issues/92 ) )
17
+ - Update CI flow, add workflow_dispatch, remove unused GOERLI_PRIVATE_KEY ([ #95 ] ( https://github.com/foundry-rs/block-explorers/issues/95 ) )
18
+
19
+ ## [ foundry-block-explorers-v0.19.1] ( https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.19.1 ) - 2025-07-03
9
20
10
21
### Bug Fixes
11
22
12
23
- Etherscan V2 API URLs from ` alloy-chains ` already contain ` chainid ` ([ #93 ] ( https://github.com/foundry-rs/block-explorers/issues/93 ) )
13
24
25
+ ### Miscellaneous Tasks
26
+
27
+ - Release 0.19.1
28
+
14
29
## [ foundry-block-explorers-v0.19.0] ( https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.19.0 ) - 2025-06-30
15
30
16
31
### Miscellaneous Tasks
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.19.1 "
10
+ version = " 0.20.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