File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,27 @@ 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.18.0] ( https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.18.0 ) - 2025-08-25
9
+
10
+ ### Dependencies
11
+
12
+ - Update deps ([ #58 ] ( https://github.com/foundry-rs/foundry-fork-db/issues/58 ) )
13
+
14
+ ### Other
15
+
16
+ - Add @0xrusowsky ([ #60 ] ( https://github.com/foundry-rs/foundry-fork-db/issues/60 ) )
17
+ - Update codeowners to improve visibility ([ #59 ] ( https://github.com/foundry-rs/foundry-fork-db/issues/59 ) )
18
+
8
19
## [ 0.17.0] ( https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.17.0 ) - 2025-08-18
9
20
10
21
### Dependencies
11
22
12
23
- [ deps] Bump revm 28.0.0, msrv 1.88 required for revm ([ #57 ] ( https://github.com/foundry-rs/foundry-fork-db/issues/57 ) )
13
24
25
+ ### Miscellaneous Tasks
26
+
27
+ - Release 0.17.0
28
+
14
29
## [ 0.16.0] ( https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.16.0 ) - 2025-07-10
15
30
16
31
### Dependencies
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.17 .0"
4
+ version = " 0.18 .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