Skip to content

Commit

Permalink
chore: release 0.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Aug 1, 2024
1 parent 16f0e04 commit c40158d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ 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.10.2](https://github.com/foundry-rs/compilers/releases/tag/v0.10.2) - 2024-08-01

### Bug Fixes

- Unify logic for ignored warnings ([#179](https://github.com/foundry-rs/compilers/issues/179))
- Remove outdated build infos ([#177](https://github.com/foundry-rs/compilers/issues/177))
- Make remappings resolution more deterministic ([#176](https://github.com/foundry-rs/compilers/issues/176))

### Features

- Sanitize EVM version for vyper ([#181](https://github.com/foundry-rs/compilers/issues/181))

### Other

- Update README to link docs and update install instructions ([#180](https://github.com/foundry-rs/compilers/issues/180))

## [0.10.1](https://github.com/foundry-rs/compilers/releases/tag/v0.10.1) - 2024-07-26

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

- Add Prague evm version ([#166](https://github.com/foundry-rs/compilers/issues/166))

### Miscellaneous Tasks

- Release 0.10.1

## [0.10.0](https://github.com/foundry-rs/compilers/releases/tag/v0.10.0) - 2024-07-18

### Bug Fixes
Expand Down
12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resolver = "2"

[workspace.package]
authors = ["Foundry Maintainers"]
version = "0.10.1"
version = "0.10.2"
rust-version = "1.70"
readme = "README.md"
license = "MIT OR Apache-2.0"
Expand All @@ -31,11 +31,11 @@ unused-must-use = "deny"
all = "warn"

[workspace.dependencies]
foundry-compilers = { path = "crates/compilers", version = "0.10.1" }
foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.10.1" }
foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.10.1" }
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.10.1" }
foundry-compilers-core = { path = "crates/core", version = "0.10.1" }
foundry-compilers = { path = "crates/compilers", version = "0.10.2" }
foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.10.2" }
foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.10.2" }
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.10.2" }
foundry-compilers-core = { path = "crates/core", version = "0.10.2" }

alloy-json-abi = { version = "0.7", features = ["serde_json"] }
alloy-primitives = { version = "0.7", features = ["serde", "rand"] }
Expand Down

0 comments on commit c40158d

Please sign in to comment.