From de3958b0101c0329684d765f8719a8557a7a19a1 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Fri, 9 Feb 2024 14:44:13 +0100 Subject: [PATCH] chore: release 0.3.4 --- CHANGELOG.md | 10 ++++++++++ Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a39f056b..7cf0d7b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,18 @@ 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.3.4](https://github.com/foundry-rs/compilers/releases/tag/v0.3.4) - 2024-02-09 + +### Dependencies + +- Option to ignore warnings from dependencies in foundry.toml ([#69](https://github.com/foundry-rs/compilers/issues/69)) + ## [0.3.3](https://github.com/foundry-rs/compilers/releases/tag/v0.3.3) - 2024-02-08 +### Miscellaneous Tasks + +- Release 0.3.3 + ### Other - Helper method for `Libraries` ([#72](https://github.com/foundry-rs/compilers/issues/72)) diff --git a/Cargo.toml b/Cargo.toml index 68aabd78..7f8a9273 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "foundry-compilers" authors = ["Foundry Maintainers"] -version = "0.3.3" +version = "0.3.4" rust-version = "1.65" readme = "README.md" license = "MIT OR Apache-2.0"