Skip to content

Commit f40fc54

Browse files
committed
chore: release 0.17.0
1 parent 50683eb commit f40fc54

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
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.17.0](https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.17.0) - 2025-08-18
9+
10+
### Dependencies
11+
12+
- [deps] Bump revm 28.0.0, msrv 1.88 required for revm ([#57](https://github.com/foundry-rs/foundry-fork-db/issues/57))
13+
814
## [0.16.0](https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.16.0) - 2025-07-10
915

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

1824
### Miscellaneous Tasks
1925

26+
- Release 0.16.0
2027
- Add trace for successful cache load ([#55](https://github.com/foundry-rs/foundry-fork-db/issues/55))
2128
- Make clippy happy ([#54](https://github.com/foundry-rs/foundry-fork-db/issues/54))
2229

@@ -315,6 +322,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
315322

316323
- Release 0.2.0
317324

325+
## [0.2.1](https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.2.1) - 2024-08-08
326+
318327
### Other
319328

320329
- Formating

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.16.0"
4+
version = "0.17.0"
55
edition = "2021"
66
# Remember to update clippy.toml as well
77
rust-version = "1.88"

0 commit comments

Comments
 (0)