File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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
Original file line number Diff line number Diff line change 11[package ]
22name = " foundry-fork-db"
33description = " Fork database used by Foundry"
4- version = " 0.19 .0"
4+ version = " 0.20 .0"
55edition = " 2021"
66# Remember to update clippy.toml as well
77rust-version = " 1.88"
You can’t perform that action at this time.
0 commit comments