From 1812186b7904ab3029750b835bd5d8aec74d5545 Mon Sep 17 00:00:00 2001 From: DaniPopes <57450786+DaniPopes@users.noreply.github.com> Date: Wed, 4 Dec 2024 21:51:57 +0100 Subject: [PATCH] chore: release 0.12.6 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 12 ++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c3f77fa..b1d40669 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,17 @@ 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.12.6](https://github.com/foundry-rs/compilers/releases/tag/v0.12.6) - 2024-12-04 + +### Performance + +- Don't request unnecessary output ([#231](https://github.com/foundry-rs/compilers/issues/231)) + ## [0.12.5](https://github.com/foundry-rs/compilers/releases/tag/v0.12.5) - 2024-12-04 ### Miscellaneous Tasks +- Release 0.12.5 - Release 0.12.5 ### Refactor diff --git a/Cargo.toml b/Cargo.toml index 1d02baff..633183b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [workspace.package] authors = ["Foundry Maintainers"] -version = "0.12.5" +version = "0.12.6" rust-version = "1.83" readme = "README.md" license = "MIT OR Apache-2.0" @@ -31,11 +31,11 @@ unused-must-use = "deny" all = "warn" [workspace.dependencies] -foundry-compilers = { path = "crates/compilers", version = "0.12.5" } -foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.12.5" } -foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.12.5" } -foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.12.5" } -foundry-compilers-core = { path = "crates/core", version = "0.12.5" } +foundry-compilers = { path = "crates/compilers", version = "0.12.6" } +foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.12.6" } +foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.12.6" } +foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.12.6" } +foundry-compilers-core = { path = "crates/core", version = "0.12.6" } alloy-json-abi = { version = "0.8", features = ["serde_json"] } alloy-primitives = { version = "0.8", features = ["serde", "rand"] }