Skip to content

Commit a92b406

Browse files
committed
chore: release 0.11.4
1 parent c3771e5 commit a92b406

File tree

2 files changed

+24
-54
lines changed

2 files changed

+24
-54
lines changed

CHANGELOG.md

Lines changed: 18 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -5,61 +5,48 @@ 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.3](https://github.com/foundry-rs/compilers/releases/tag/v0.11.3) - 2024-09-30
9-
10-
### Miscellaneous Tasks
11-
12-
- Proper generate legacy asm extra output file ([#207](https://github.com/foundry-rs/compilers/issues/207))
13-
14-
## [0.11.2](https://github.com/foundry-rs/compilers/releases/tag/v0.11.2) - 2024-09-30
8+
## [0.11.4](https://github.com/foundry-rs/compilers/releases/tag/v0.11.4) - 2024-10-02
159

1610
### Bug Fixes
1711

1812
- Include `evm.legacyAssembly` output ([#206](https://github.com/foundry-rs/compilers/issues/206))
13+
- Ast Node Bindings ([#199](https://github.com/foundry-rs/compilers/issues/199))
14+
- Actualize output selection options ([#196](https://github.com/foundry-rs/compilers/issues/196))
1915

20-
### Documentation
21-
22-
- Fix typos ([#202](https://github.com/foundry-rs/compilers/issues/202))
23-
24-
### Miscellaneous Tasks
25-
26-
- Release 0.11.2
27-
- Clippy ([#204](https://github.com/foundry-rs/compilers/issues/204))
28-
- Use serde_json::from_str ([#203](https://github.com/foundry-rs/compilers/issues/203))
16+
### Dependencies
2917

30-
## [0.11.1](https://github.com/foundry-rs/compilers/releases/tag/v0.11.1) - 2024-09-17
18+
- [deps] Bump alloy ([#193](https://github.com/foundry-rs/compilers/issues/193))
3119

32-
### Bug Fixes
20+
### Documentation
3321

34-
- Ast Node Bindings ([#199](https://github.com/foundry-rs/compilers/issues/199))
35-
- Actualize output selection options ([#196](https://github.com/foundry-rs/compilers/issues/196))
22+
- Fix typos ([#202](https://github.com/foundry-rs/compilers/issues/202))
3623

3724
### Features
3825

26+
- Better extra_args handling ([#208](https://github.com/foundry-rs/compilers/issues/208))
3927
- Better error messages for incompatible versions ([#200](https://github.com/foundry-rs/compilers/issues/200))
4028

4129
### Miscellaneous Tasks
4230

31+
- Release 0.11.3
32+
- Proper generate legacy asm extra output file ([#207](https://github.com/foundry-rs/compilers/issues/207))
33+
- Release 0.11.2
34+
- Clippy ([#204](https://github.com/foundry-rs/compilers/issues/204))
35+
- Use serde_json::from_str ([#203](https://github.com/foundry-rs/compilers/issues/203))
4336
- Release 0.11.1
4437
- Improve error handling in source map parsing ([#201](https://github.com/foundry-rs/compilers/issues/201))
4538
- Clippy happy ([#195](https://github.com/foundry-rs/compilers/issues/195))
4639
- Fix up the README example ([#194](https://github.com/foundry-rs/compilers/issues/194))
47-
48-
## [0.11.0](https://github.com/foundry-rs/compilers/releases/tag/v0.11.0) - 2024-09-02
49-
50-
### Dependencies
51-
52-
- [deps] Bump alloy ([#193](https://github.com/foundry-rs/compilers/issues/193))
53-
54-
### Miscellaneous Tasks
55-
5640
- Release 0.11.0
5741

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

6044
### Bug Fixes
6145

6246
- [flatten] Update license handling logic ([#184](https://github.com/foundry-rs/compilers/issues/184))
47+
- Unify logic for ignored warnings ([#179](https://github.com/foundry-rs/compilers/issues/179))
48+
- Remove outdated build infos ([#177](https://github.com/foundry-rs/compilers/issues/177))
49+
- Make remappings resolution more deterministic ([#176](https://github.com/foundry-rs/compilers/issues/176))
6350

6451
### Documentation
6552

@@ -70,33 +57,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7057
- Always provide `Default` for `MultiCompiler` ([#188](https://github.com/foundry-rs/compilers/issues/188))
7158
- [vyper] Add experimental codegen to settings ([#186](https://github.com/foundry-rs/compilers/issues/186))
7259
- More user-friendly error when no compiler is available ([#185](https://github.com/foundry-rs/compilers/issues/185))
73-
74-
### Miscellaneous Tasks
75-
76-
- Release 0.10.3
77-
78-
### Other
79-
80-
- Incorrect Default EVM Version for Solidity Compiler 0.4.21-0.5.4 ([#189](https://github.com/foundry-rs/compilers/issues/189))
81-
82-
## [0.10.2](https://github.com/foundry-rs/compilers/releases/tag/v0.10.2) - 2024-08-01
83-
84-
### Bug Fixes
85-
86-
- Unify logic for ignored warnings ([#179](https://github.com/foundry-rs/compilers/issues/179))
87-
- Remove outdated build infos ([#177](https://github.com/foundry-rs/compilers/issues/177))
88-
- Make remappings resolution more deterministic ([#176](https://github.com/foundry-rs/compilers/issues/176))
89-
90-
### Features
91-
9260
- Sanitize EVM version for vyper ([#181](https://github.com/foundry-rs/compilers/issues/181))
9361

9462
### Miscellaneous Tasks
9563

64+
- Release 0.10.3
9665
- Release 0.10.2
9766

9867
### Other
9968

69+
- Incorrect Default EVM Version for Solidity Compiler 0.4.21-0.5.4 ([#189](https://github.com/foundry-rs/compilers/issues/189))
10070
- Update README to link docs and update install instructions ([#180](https://github.com/foundry-rs/compilers/issues/180))
10171

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

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.3"
7+
version = "0.11.4"
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.3" }
35-
foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.11.3" }
36-
foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.11.3" }
37-
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.11.3" }
38-
foundry-compilers-core = { path = "crates/core", version = "0.11.3" }
34+
foundry-compilers = { path = "crates/compilers", version = "0.11.4" }
35+
foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.11.4" }
36+
foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.11.4" }
37+
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.11.4" }
38+
foundry-compilers-core = { path = "crates/core", version = "0.11.4" }
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)