File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,26 @@ 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.15.1] ( https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.15.1 ) - 2025-06-13
9
+
10
+ ### Dependencies
11
+
12
+ - Bump MSRV from 1.83 to 1.85 ([ #52 ] ( https://github.com/foundry-rs/foundry-fork-db/issues/52 ) )
13
+
14
+ ### Performance
15
+
16
+ - Clone for serializing ([ #51 ] ( https://github.com/foundry-rs/foundry-fork-db/issues/51 ) )
17
+
8
18
## [ 0.15.0] ( https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.15.0 ) - 2025-05-23
9
19
10
20
### Dependencies
11
21
12
22
- Bump revm to 24.0.0 ([ #50 ] ( https://github.com/foundry-rs/foundry-fork-db/issues/50 ) )
13
23
24
+ ### Miscellaneous Tasks
25
+
26
+ - Release 0.15.0
27
+
14
28
## [ 0.14.0] ( https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.14.0 ) - 2025-05-15
15
29
16
30
### Miscellaneous Tasks
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.0 "
4
+ version = " 0.15.1 "
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