Skip to content

Commit

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

### Dependencies

- [deps] Bump itertools ([#133](https://github.com/foundry-rs/compilers/issues/133))

### Features

- Allow multiple languages for compilers ([#128](https://github.com/foundry-rs/compilers/issues/128))

## [0.5.2](https://github.com/foundry-rs/compilers/releases/tag/v0.5.2) - 2024-06-01

### Features
Expand All @@ -13,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Miscellaneous Tasks

- Release 0.5.2
- Clippy ([#132](https://github.com/foundry-rs/compilers/issues/132))

### Performance
Expand Down Expand Up @@ -517,4 +528,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.5.2"
version = "0.6.0"
rust-version = "1.65"
readme = "README.md"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit cbe0178

Please sign in to comment.