Skip to content

Commit eed7933

Browse files
committed
chore: release 0.21.0
1 parent e0b633d commit eed7933

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ 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.21.0](https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.21.0) - 2025-11-12
9+
10+
### Dependencies
11+
12+
- Bump to revm 33 ([#87](https://github.com/foundry-rs/foundry-fork-db/issues/87))
13+
- [deps] Bump taiki-e/install-action from 2.62.45 to 2.62.49 ([#86](https://github.com/foundry-rs/foundry-fork-db/issues/86))
14+
815
## [0.20.0](https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.20.0) - 2025-11-05
916

1017
### Dependencies
@@ -20,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2027

2128
### Miscellaneous Tasks
2229

30+
- Release 0.20.0
2331
- Use inspect_err ([#81](https://github.com/foundry-rs/foundry-fork-db/issues/81))
2432

2533
## [0.19.0](https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.19.0) - 2025-10-15
@@ -395,6 +403,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
395403

396404
- Release 0.2.0
397405

406+
## [0.2.1](https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.2.1) - 2024-08-08
407+
398408
### Other
399409

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

0 commit comments

Comments
 (0)