From 77475694673396aa9bc0dc7d5423de42249b7231 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Tue, 10 Dec 2024 12:28:27 +0100 Subject: [PATCH] chore: release 0.9.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9154d93..c67b038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,32 @@ 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.9.0](https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.9.0) - 2024-12-10 + +### Dependencies + +- Bump alloy 0.8 ([#38](https://github.com/foundry-rs/foundry-fork-db/issues/38)) +- Bump MSRV to 1.81 ([#37](https://github.com/foundry-rs/foundry-fork-db/issues/37)) +- Bump breaking deps ([#36](https://github.com/foundry-rs/foundry-fork-db/issues/36)) + +### Miscellaneous Tasks + +- Update deny.toml ([#35](https://github.com/foundry-rs/foundry-fork-db/issues/35)) + +### Other + +- Move deny to ci ([#34](https://github.com/foundry-rs/foundry-fork-db/issues/34)) + ## [0.8.0](https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.8.0) - 2024-11-28 ### Dependencies - Bump alloy ([#33](https://github.com/foundry-rs/foundry-fork-db/issues/33)) +### Miscellaneous Tasks + +- Release 0.8.0 + ## [0.7.2](https://github.com/foundry-rs/foundry-fork-db/releases/tag/v0.7.2) - 2024-11-27 ### Documentation diff --git a/Cargo.toml b/Cargo.toml index 9f1d8fd..fd9009f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "foundry-fork-db" description = "Fork database used by Foundry" -version = "0.8.0" +version = "0.9.0" edition = "2021" # Remember to update clippy.toml as well rust-version = "1.81"