Skip to content

Commit f305fca

Browse files
committed
chore: release 0.20.0
1 parent e1aa51e commit f305fca

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ 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/foundry-fork-db/releases/tag/v0.20.0) - 2025-11-05
9+
10+
### Dependencies
11+
12+
- Bump revm 31 ([#85](https://github.com/foundry-rs/foundry-fork-db/issues/85))
13+
- [deps] Bump taiki-e/install-action from 2.62.39 to 2.62.45 ([#84](https://github.com/foundry-rs/foundry-fork-db/issues/84))
14+
- [deps] Bump taiki-e/install-action from 2.62.33 to 2.62.39 ([#83](https://github.com/foundry-rs/foundry-fork-db/issues/83))
15+
- [deps] Bump taiki-e/install-action from 2.62.28 to 2.62.33 ([#82](https://github.com/foundry-rs/foundry-fork-db/issues/82))
16+
17+
### Features
18+
19+
- Erase provider generic ([#80](https://github.com/foundry-rs/foundry-fork-db/issues/80))
20+
21+
### Miscellaneous Tasks
22+
23+
- Use inspect_err ([#81](https://github.com/foundry-rs/foundry-fork-db/issues/81))
24+
825
## [0.19.0](https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.19.0) - 2025-10-15
926

1027
### Dependencies
@@ -20,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2037

2138
### Miscellaneous Tasks
2239

40+
- Release 0.19.0
2341
- Rm `doc_auto_cfg` ([#75](https://github.com/foundry-rs/foundry-fork-db/issues/75))
2442
- [`ci`] Clean up workflow + harden workflow by setting default permission to read only ([#65](https://github.com/foundry-rs/foundry-fork-db/issues/65))
2543

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "foundry-fork-db"
33
description = "Fork database used by Foundry"
4-
version = "0.19.0"
4+
version = "0.20.0"
55
edition = "2021"
66
# Remember to update clippy.toml as well
77
rust-version = "1.88"

0 commit comments

Comments
 (0)