Skip to content

Commit

Permalink
chore: release 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Sep 17, 2024
1 parent 67b2a52 commit 5de3d53
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,33 @@ 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.11.1](https://github.com/foundry-rs/compilers/releases/tag/v0.11.1) - 2024-09-17

### Bug Fixes

- Ast Node Bindings ([#199](https://github.com/foundry-rs/compilers/issues/199))
- Actualize output selection options ([#196](https://github.com/foundry-rs/compilers/issues/196))

### Features

- Better error messages for incompatible versions ([#200](https://github.com/foundry-rs/compilers/issues/200))

### Miscellaneous Tasks

- Improve error handling in source map parsing ([#201](https://github.com/foundry-rs/compilers/issues/201))
- Clippy happy ([#195](https://github.com/foundry-rs/compilers/issues/195))
- Fix up the README example ([#194](https://github.com/foundry-rs/compilers/issues/194))

## [0.11.0](https://github.com/foundry-rs/compilers/releases/tag/v0.11.0) - 2024-09-02

### Dependencies

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

### Miscellaneous Tasks

- Release 0.11.0

## [0.10.3](https://github.com/foundry-rs/compilers/releases/tag/v0.10.3) - 2024-08-26

### 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.11.0"
version = "0.11.1"
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.11.0" }
foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.11.0" }
foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.11.0" }
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.11.0" }
foundry-compilers-core = { path = "crates/core", version = "0.11.0" }
foundry-compilers = { path = "crates/compilers", version = "0.11.1" }
foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.11.1" }
foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.11.1" }
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.11.1" }
foundry-compilers-core = { path = "crates/core", version = "0.11.1" }

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

0 comments on commit 5de3d53

Please sign in to comment.