Skip to content

Commit 5ee13df

Browse files
committed
chore: release 0.11.5
1 parent b7005a3 commit 5ee13df

File tree

2 files changed

+73
-21
lines changed

2 files changed

+73
-21
lines changed

CHANGELOG.md

Lines changed: 67 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,48 +5,83 @@ 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.4](https://github.com/foundry-rs/compilers/releases/tag/v0.11.4) - 2024-10-02
8+
## [0.11.5](https://github.com/foundry-rs/compilers/releases/tag/v0.11.5) - 2024-10-14
99

1010
### Bug Fixes
1111

12-
- 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))
12+
- Accept partial first sourcemap element ([#209](https://github.com/foundry-rs/compilers/issues/209))
1513

16-
### Dependencies
17-
18-
- [deps] Bump alloy ([#193](https://github.com/foundry-rs/compilers/issues/193))
14+
### Miscellaneous Tasks
1915

20-
### Documentation
16+
- Allow adding vyper sources with `add_raw_source` w/ `.vy` / `.vyi` extension ([#211](https://github.com/foundry-rs/compilers/issues/211))
17+
- [`ci`] Fix deny (add `ZLib` exception) ([#212](https://github.com/foundry-rs/compilers/issues/212))
2118

22-
- Fix typos ([#202](https://github.com/foundry-rs/compilers/issues/202))
19+
## [0.11.4](https://github.com/foundry-rs/compilers/releases/tag/v0.11.4) - 2024-10-02
2320

2421
### Features
2522

2623
- Better extra_args handling ([#208](https://github.com/foundry-rs/compilers/issues/208))
27-
- Better error messages for incompatible versions ([#200](https://github.com/foundry-rs/compilers/issues/200))
24+
25+
### Miscellaneous Tasks
26+
27+
- Release 0.11.4
28+
29+
## [0.11.3](https://github.com/foundry-rs/compilers/releases/tag/v0.11.3) - 2024-09-30
2830

2931
### Miscellaneous Tasks
3032

3133
- Release 0.11.3
3234
- Proper generate legacy asm extra output file ([#207](https://github.com/foundry-rs/compilers/issues/207))
35+
36+
## [0.11.2](https://github.com/foundry-rs/compilers/releases/tag/v0.11.2) - 2024-09-30
37+
38+
### Bug Fixes
39+
40+
- Include `evm.legacyAssembly` output ([#206](https://github.com/foundry-rs/compilers/issues/206))
41+
42+
### Documentation
43+
44+
- Fix typos ([#202](https://github.com/foundry-rs/compilers/issues/202))
45+
46+
### Miscellaneous Tasks
47+
3348
- Release 0.11.2
3449
- Clippy ([#204](https://github.com/foundry-rs/compilers/issues/204))
3550
- Use serde_json::from_str ([#203](https://github.com/foundry-rs/compilers/issues/203))
51+
52+
## [0.11.1](https://github.com/foundry-rs/compilers/releases/tag/v0.11.1) - 2024-09-17
53+
54+
### Bug Fixes
55+
56+
- Ast Node Bindings ([#199](https://github.com/foundry-rs/compilers/issues/199))
57+
- Actualize output selection options ([#196](https://github.com/foundry-rs/compilers/issues/196))
58+
59+
### Features
60+
61+
- Better error messages for incompatible versions ([#200](https://github.com/foundry-rs/compilers/issues/200))
62+
63+
### Miscellaneous Tasks
64+
3665
- Release 0.11.1
3766
- Improve error handling in source map parsing ([#201](https://github.com/foundry-rs/compilers/issues/201))
3867
- Clippy happy ([#195](https://github.com/foundry-rs/compilers/issues/195))
3968
- Fix up the README example ([#194](https://github.com/foundry-rs/compilers/issues/194))
69+
70+
## [0.11.0](https://github.com/foundry-rs/compilers/releases/tag/v0.11.0) - 2024-09-02
71+
72+
### Dependencies
73+
74+
- [deps] Bump alloy ([#193](https://github.com/foundry-rs/compilers/issues/193))
75+
76+
### Miscellaneous Tasks
77+
4078
- Release 0.11.0
4179

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

4482
### Bug Fixes
4583

4684
- [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))
5085

5186
### Documentation
5287

@@ -57,16 +92,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5792
- Always provide `Default` for `MultiCompiler` ([#188](https://github.com/foundry-rs/compilers/issues/188))
5893
- [vyper] Add experimental codegen to settings ([#186](https://github.com/foundry-rs/compilers/issues/186))
5994
- More user-friendly error when no compiler is available ([#185](https://github.com/foundry-rs/compilers/issues/185))
60-
- Sanitize EVM version for vyper ([#181](https://github.com/foundry-rs/compilers/issues/181))
6195

6296
### Miscellaneous Tasks
6397

6498
- Release 0.10.3
65-
- Release 0.10.2
6699

67100
### Other
68101

69102
- Incorrect Default EVM Version for Solidity Compiler 0.4.21-0.5.4 ([#189](https://github.com/foundry-rs/compilers/issues/189))
103+
104+
## [0.10.2](https://github.com/foundry-rs/compilers/releases/tag/v0.10.2) - 2024-08-01
105+
106+
### Bug Fixes
107+
108+
- Unify logic for ignored warnings ([#179](https://github.com/foundry-rs/compilers/issues/179))
109+
- Remove outdated build infos ([#177](https://github.com/foundry-rs/compilers/issues/177))
110+
- Make remappings resolution more deterministic ([#176](https://github.com/foundry-rs/compilers/issues/176))
111+
112+
### Features
113+
114+
- Sanitize EVM version for vyper ([#181](https://github.com/foundry-rs/compilers/issues/181))
115+
116+
### Miscellaneous Tasks
117+
118+
- Release 0.10.2
119+
120+
### Other
121+
70122
- Update README to link docs and update install instructions ([#180](https://github.com/foundry-rs/compilers/issues/180))
71123

72124
## [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.4"
7+
version = "0.11.5"
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.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" }
34+
foundry-compilers = { path = "crates/compilers", version = "0.11.5" }
35+
foundry-compilers-artifacts = { path = "crates/artifacts/artifacts", version = "0.11.5" }
36+
foundry-compilers-artifacts-solc = { path = "crates/artifacts/solc", version = "0.11.5" }
37+
foundry-compilers-artifacts-vyper = { path = "crates/artifacts/vyper", version = "0.11.5" }
38+
foundry-compilers-core = { path = "crates/core", version = "0.11.5" }
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)