File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ 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.17.0] ( https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.17.0 ) - 2025-08-18
9
+
10
+ ### Dependencies
11
+
12
+ - [ deps] Bump revm 28.0.0, msrv 1.88 required for revm ([ #57 ] ( https://github.com/foundry-rs/foundry-fork-db/issues/57 ) )
13
+
8
14
## [ 0.16.0] ( https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.16.0 ) - 2025-07-10
9
15
10
16
### Dependencies
@@ -17,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
23
18
24
### Miscellaneous Tasks
19
25
26
+ - Release 0.16.0
20
27
- Add trace for successful cache load ([ #55 ] ( https://github.com/foundry-rs/foundry-fork-db/issues/55 ) )
21
28
- Make clippy happy ([ #54 ] ( https://github.com/foundry-rs/foundry-fork-db/issues/54 ) )
22
29
@@ -315,6 +322,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
315
322
316
323
- Release 0.2.0
317
324
325
+ ## [ 0.2.1] ( https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.2.1 ) - 2024-08-08
326
+
318
327
### Other
319
328
320
329
- Formating
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " foundry-fork-db"
3
3
description = " Fork database used by Foundry"
4
- version = " 0.16 .0"
4
+ version = " 0.17 .0"
5
5
edition = " 2021"
6
6
# Remember to update clippy.toml as well
7
7
rust-version = " 1.88"
You can’t perform that action at this time.
0 commit comments