File tree 2 files changed +8
-1
lines changed
2 files changed +8
-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.10.0] ( https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.10.0 ) - 2024-12-30
9
+
10
+ ### Features
11
+
12
+ - Update revm 19 alloy 09 ([ #39 ] ( https://github.com/foundry-rs/foundry-fork-db/issues/39 ) )
13
+
8
14
## [ 0.9.0] ( https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.9.0 ) - 2024-12-10
9
15
10
16
### Dependencies
@@ -15,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
21
16
22
### Miscellaneous Tasks
17
23
24
+ - Release 0.9.0
18
25
- Update deny.toml ([ #35 ] ( https://github.com/foundry-rs/foundry-fork-db/issues/35 ) )
19
26
20
27
### Other
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.9 .0"
4
+ version = " 0.10 .0"
5
5
edition = " 2021"
6
6
# Remember to update clippy.toml as well
7
7
rust-version = " 1.81"
You can’t perform that action at this time.
0 commit comments