Skip to content

Commit 70d1986

Browse files
committed
chore: release 0.15.1
1 parent 357b149 commit 70d1986

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,26 @@ 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.15.1](https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.15.1) - 2025-06-13
9+
10+
### Dependencies
11+
12+
- Bump MSRV from 1.83 to 1.85 ([#52](https://github.com/foundry-rs/foundry-fork-db/issues/52))
13+
14+
### Performance
15+
16+
- Clone for serializing ([#51](https://github.com/foundry-rs/foundry-fork-db/issues/51))
17+
818
## [0.15.0](https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.15.0) - 2025-05-23
919

1020
### Dependencies
1121

1222
- Bump revm to 24.0.0 ([#50](https://github.com/foundry-rs/foundry-fork-db/issues/50))
1323

24+
### Miscellaneous Tasks
25+
26+
- Release 0.15.0
27+
1428
## [0.14.0](https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.14.0) - 2025-05-15
1529

1630
### Miscellaneous Tasks

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

0 commit comments

Comments
 (0)