Skip to content

Commit 5eaa64d

Browse files
committed
chore: release 0.18.0
1 parent eee6563 commit 5eaa64d

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,27 @@ 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.0](https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.18.0) - 2025-08-25
9+
10+
### Dependencies
11+
12+
- Update deps ([#58](https://github.com/foundry-rs/foundry-fork-db/issues/58))
13+
14+
### Other
15+
16+
- Add @0xrusowsky ([#60](https://github.com/foundry-rs/foundry-fork-db/issues/60))
17+
- Update codeowners to improve visibility ([#59](https://github.com/foundry-rs/foundry-fork-db/issues/59))
18+
819
## [0.17.0](https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.17.0) - 2025-08-18
920

1021
### Dependencies
1122

1223
- [deps] Bump revm 28.0.0, msrv 1.88 required for revm ([#57](https://github.com/foundry-rs/foundry-fork-db/issues/57))
1324

25+
### Miscellaneous Tasks
26+
27+
- Release 0.17.0
28+
1429
## [0.16.0](https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.16.0) - 2025-07-10
1530

1631
### Dependencies

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

0 commit comments

Comments
 (0)