Skip to content

Commit 5de3d53

Browse files
committed
chore: release 0.11.1
1 parent 67b2a52 commit 5de3d53

File tree

2 files changed

+27
-6
lines changed

2 files changed

+27
-6
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,33 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.11.1](https://github.com/foundry-rs/compilers/releases/tag/v0.11.1) - 2024-09-17
9+
10+
### Bug Fixes
11+
12+
- Ast Node Bindings ([#199](https://github.com/foundry-rs/compilers/issues/199))
13+
- Actualize output selection options ([#196](https://github.com/foundry-rs/compilers/issues/196))
14+
15+
### Features
16+
17+
- Better error messages for incompatible versions ([#200](https://github.com/foundry-rs/compilers/issues/200))
18+
19+
### Miscellaneous Tasks
20+
21+
- Improve error handling in source map parsing ([#201](https://github.com/foundry-rs/compilers/issues/201))
22+
- Clippy happy ([#195](https://github.com/foundry-rs/compilers/issues/195))
23+
- Fix up the README example ([#194](https://github.com/foundry-rs/compilers/issues/194))
24+
825
## [0.11.0](https://github.com/foundry-rs/compilers/releases/tag/v0.11.0) - 2024-09-02
926

1027
### Dependencies
1128

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

31+
### Miscellaneous Tasks
32+
33+
- Release 0.11.0
34+
1435
## [0.10.3](https://github.com/foundry-rs/compilers/releases/tag/v0.10.3) - 2024-08-26
1536

1637
### Bug Fixes

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[workspace.package]
66
authors = ["Foundry Maintainers"]
7-
version = "0.11.0"
7+
version = "0.11.1"
88
rust-version = "1.70"
99
readme = "README.md"
1010
license = "MIT OR Apache-2.0"
@@ -31,11 +31,11 @@ unused-must-use = "deny"
3131
all = "warn"
3232

3333
[workspace.dependencies]
34-
foundry-compilers = { path = "crates/compilers", version = "0.11.0" }
35-
foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.11.0" }
36-
foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.11.0" }
37-
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.11.0" }
38-
foundry-compilers-core = { path = "crates/core", version = "0.11.0" }
34+
foundry-compilers = { path = "crates/compilers", version = "0.11.1" }
35+
foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.11.1" }
36+
foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.11.1" }
37+
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.11.1" }
38+
foundry-compilers-core = { path = "crates/core", version = "0.11.1" }
3939

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

0 commit comments

Comments
 (0)