Skip to content

Commit

Permalink
chore: release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed May 13, 2024
1 parent b0eda51 commit 3c86fdc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.4.2](https://github.com/foundry-rs/compilers/releases/tag/v0.4.2) - 2024-05-13

### Bug Fixes

- Do not remove dirty artifacts from disk ([#123](https://github.com/foundry-rs/compilers/issues/123))

## [0.4.1](https://github.com/foundry-rs/compilers/releases/tag/v0.4.1) - 2024-05-07

### Bug Fixes
Expand All @@ -15,6 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add a few Solc install helpers back ([#120](https://github.com/foundry-rs/compilers/issues/120))

### Miscellaneous Tasks

- Release 0.4.1

## [0.4.0](https://github.com/foundry-rs/compilers/releases/tag/v0.4.0) - 2024-05-03

### Features
Expand Down Expand Up @@ -457,4 +467,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Repo improvements ([#13](https://github.com/foundry-rs/compilers/issues/13))

<!-- generated by git-cliff -->
<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "foundry-compilers"
authors = ["Foundry Maintainers"]
version = "0.4.1"
version = "0.4.2"
rust-version = "1.65"
readme = "README.md"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 3c86fdc

Please sign in to comment.