Skip to content

Commit ac9ad85

Browse files
committed
chore: release 0.18.1
1 parent a973d60 commit ac9ad85

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,22 @@ 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.18.1](https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.18.1) - 2025-08-29
9+
10+
### Other
11+
12+
- Bumps to alloy-hardforks 0.3.0 ([#62](https://github.com/foundry-rs/foundry-fork-db/issues/62))
13+
814
## [0.18.0](https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.18.0) - 2025-08-25
915

1016
### Dependencies
1117

1218
- Update deps ([#58](https://github.com/foundry-rs/foundry-fork-db/issues/58))
1319

20+
### Miscellaneous Tasks
21+
22+
- Release 0.18.0
23+
1424
### Other
1525

1626
- Add @0xrusowsky ([#60](https://github.com/foundry-rs/foundry-fork-db/issues/60))
@@ -337,8 +347,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
337347

338348
- Release 0.2.0
339349

340-
## [0.2.1](https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.2.1) - 2024-08-08
341-
342350
### Other
343351

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

0 commit comments

Comments
 (0)