Skip to content

Commit 8b06850

Browse files
committed
chore: release 0.11.1
1 parent 50443cd commit 8b06850

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
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.11.1](https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.11.1) - 2025-02-18
9+
10+
### Features
11+
12+
- Expose cache_path for JsonBlockCacheDB ([#42](https://github.com/foundry-rs/foundry-fork-db/issues/42))
13+
814
## [0.11.0](https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.11.0) - 2025-01-31
915

1016
### Dependencies
1117

1218
- Bump alloy 0.11 ([#41](https://github.com/foundry-rs/foundry-fork-db/issues/41))
1319

20+
### Miscellaneous Tasks
21+
22+
- Release 0.11.0
23+
1424
## [0.10.0](https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.10.0) - 2024-12-30
1525

1626
### Features

Cargo.toml

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

0 commit comments

Comments
 (0)