From a27881925a9540c189571deb659e5c66e9a4f667 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Fri, 18 Oct 2024 16:49:50 +0200 Subject: [PATCH] chore: release 0.5.0 --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b7f1bd..fde2996 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.5.0](https://github.com/foundry-rs/foundry-fork-db +/releases/tag/v0.5.0) - 2024-10-18 + +### Dependencies + +- Bump alloy 0.5 ([#26](https://github.com/foundry-rs/foundry-fork-db/issues/26)) + ## [0.4.0](https://github.com/foundry-rs/foundry-fork-db /releases/tag/v0.4.0) - 2024-09-30 @@ -12,6 +19,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Bump alloy 0.4 ([#24](https://github.com/foundry-rs/foundry-fork-db/issues/24)) +### Miscellaneous Tasks + +- Release 0.4.0 + ## [0.3.2](https://github.com/foundry-rs/foundry-fork-db /releases/tag/v0.3.2) - 2024-09-29 diff --git a/Cargo.toml b/Cargo.toml index 392f7d5..6f79c18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "foundry-fork-db" description = "Fork database used by Foundry" -version = "0.4.0" +version = "0.5.0" edition = "2021" # Remember to update clippy.toml as well rust-version = "1.79"