Skip to content

Commit ae48e34

Browse files
committed
chore: release 0.16.0
1 parent 4471728 commit ae48e34

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,31 @@ 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.16.0](https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.16.0) - 2025-07-10
9+
10+
### Dependencies
11+
12+
- [deps] Bump revm 27.0.2 ([#53](https://github.com/foundry-rs/foundry-fork-db/issues/53))
13+
14+
### Features
15+
16+
- Support getAccount mode ([#48](https://github.com/foundry-rs/foundry-fork-db/issues/48))
17+
18+
### Miscellaneous Tasks
19+
20+
- Add trace for successful cache load ([#55](https://github.com/foundry-rs/foundry-fork-db/issues/55))
21+
- Make clippy happy ([#54](https://github.com/foundry-rs/foundry-fork-db/issues/54))
22+
823
## [0.15.1](https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.15.1) - 2025-06-13
924

1025
### Dependencies
1126

1227
- Bump MSRV from 1.83 to 1.85 ([#52](https://github.com/foundry-rs/foundry-fork-db/issues/52))
1328

29+
### Miscellaneous Tasks
30+
31+
- Release 0.15.1
32+
1433
### Performance
1534

1635
- Clone for serializing ([#51](https://github.com/foundry-rs/foundry-fork-db/issues/51))

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.15.1"
4+
version = "0.16.0"
55
edition = "2021"
66
# Remember to update clippy.toml as well
77
rust-version = "1.85"

0 commit comments

Comments
 (0)