File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,31 @@ 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.16.0] ( https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.16.0 ) - 2025-07-10
9
+
10
+ ### Dependencies
11
+
12
+ - [ deps] Bump revm 27.0.2 ([ #53 ] ( https://github.com/foundry-rs/foundry-fork-db/issues/53 ) )
13
+
14
+ ### Features
15
+
16
+ - Support getAccount mode ([ #48 ] ( https://github.com/foundry-rs/foundry-fork-db/issues/48 ) )
17
+
18
+ ### Miscellaneous Tasks
19
+
20
+ - Add trace for successful cache load ([ #55 ] ( https://github.com/foundry-rs/foundry-fork-db/issues/55 ) )
21
+ - Make clippy happy ([ #54 ] ( https://github.com/foundry-rs/foundry-fork-db/issues/54 ) )
22
+
8
23
## [ 0.15.1] ( https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.15.1 ) - 2025-06-13
9
24
10
25
### Dependencies
11
26
12
27
- Bump MSRV from 1.83 to 1.85 ([ #52 ] ( https://github.com/foundry-rs/foundry-fork-db/issues/52 ) )
13
28
29
+ ### Miscellaneous Tasks
30
+
31
+ - Release 0.15.1
32
+
14
33
### Performance
15
34
16
35
- Clone for serializing ([ #51 ] ( https://github.com/foundry-rs/foundry-fork-db/issues/51 ) )
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.15.1 "
4
+ version = " 0.16.0 "
5
5
edition = " 2021"
6
6
# Remember to update clippy.toml as well
7
7
rust-version = " 1.85"
You can’t perform that action at this time.
0 commit comments