Skip to content

Commit 029852a

Browse files
committed
chore: release 0.10.0
1 parent 540ad5a commit 029852a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
814
## [0.9.0](https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.9.0) - 2024-12-10
915

1016
### Dependencies
@@ -15,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1521

1622
### Miscellaneous Tasks
1723

24+
- Release 0.9.0
1825
- Update deny.toml ([#35](https://github.com/foundry-rs/foundry-fork-db/issues/35))
1926

2027
### Other

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "foundry-fork-db"
33
description = "Fork database used by Foundry"
4-
version = "0.9.0"
4+
version = "0.10.0"
55
edition = "2021"
66
# Remember to update clippy.toml as well
77
rust-version = "1.81"

0 commit comments

Comments
 (0)