Skip to content

Commit ce9c7a9

Browse files
committed
chore: release 0.19.1
1 parent f75cd72 commit ce9c7a9

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,17 @@ 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.19.0](https://github.com/foundry-rs/block-explorers/releases/tag/v0.19.0) - 2025-06-30
8+
## [0.19.1](https://github.com/foundry-rs/block-explorers/releases/tag/v0.19.1) - 2025-07-03
9+
10+
### Bug Fixes
11+
12+
- Etherscan V2 API URLs from `alloy-chains` already contain `chainid` ([#93](https://github.com/foundry-rs/block-explorers/issues/93))
13+
14+
## [foundry-block-explorers-v0.19.0](https://github.com/foundry-rs/block-explorers/releases/tag/vfoundry-block-explorers-v0.19.0) - 2025-06-30
915

1016
### Miscellaneous Tasks
1117

18+
- Release 0.19.0
1219
- Rustmft
1320

1421
### Other

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.19.0"
10+
version = "0.19.1"
1111
rust-version = "1.70"
1212
readme = "README.md"
1313
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)