@@ -5,54 +5,82 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ 0.11.0 ] ( https://github.com/foundry-rs/compilers/releases/tag/v0.11.0 ) - 2024-09-02
8+ ## [ 0.11.6 ] ( https://github.com/foundry-rs/compilers/releases/tag/v0.11.6 ) - 2024-10-16
99
10- ### Dependencies
10+ ### Bug Fixes
1111
12- - [ deps] Bump alloy ([ #193 ] ( https://github.com/foundry-rs/compilers/issues/193 ) )
12+ - Correctly handle b as pre-release in Vyper version ([ #213 ] ( https://github.com/foundry-rs/compilers/issues/213 ) )
13+ - Accept partial first sourcemap element ([ #209 ] ( https://github.com/foundry-rs/compilers/issues/209 ) )
1314
14- ## [ 0.10.3] ( https://github.com/foundry-rs/compilers/releases/tag/v0.10.3 ) - 2024-08-26
15+ ### Miscellaneous Tasks
16+
17+ - Release 0.11.5
18+ - Allow adding vyper sources with ` add_raw_source ` w/ ` .vy ` / ` .vyi ` extension ([ #211 ] ( https://github.com/foundry-rs/compilers/issues/211 ) )
19+ - [ ` ci ` ] Fix deny (add ` ZLib ` exception) ([ #212 ] ( https://github.com/foundry-rs/compilers/issues/212 ) )
20+
21+ ## [ 0.11.4] ( https://github.com/foundry-rs/compilers/releases/tag/v0.11.4 ) - 2024-10-02
1522
1623### Bug Fixes
1724
18- - [ flatten] Update license handling logic ([ #184 ] ( https://github.com/foundry-rs/compilers/issues/184 ) )
25+ - Include ` evm.legacyAssembly ` output ([ #206 ] ( https://github.com/foundry-rs/compilers/issues/206 ) )
26+ - Ast Node Bindings ([ #199 ] ( https://github.com/foundry-rs/compilers/issues/199 ) )
27+ - Actualize output selection options ([ #196 ] ( https://github.com/foundry-rs/compilers/issues/196 ) )
28+
29+ ### Dependencies
30+
31+ - [ deps] Bump alloy ([ #193 ] ( https://github.com/foundry-rs/compilers/issues/193 ) )
1932
2033### Documentation
2134
22- - Docs fix spelling issues ([ #190 ] ( https://github.com/foundry-rs/compilers/issues/190 ) )
35+ - Fix typos ([ #202 ] ( https://github.com/foundry-rs/compilers/issues/202 ) )
2336
2437### Features
2538
26- - Always provide ` Default ` for ` MultiCompiler ` ([ #188 ] ( https://github.com/foundry-rs/compilers/issues/188 ) )
27- - [ vyper] Add experimental codegen to settings ([ #186 ] ( https://github.com/foundry-rs/compilers/issues/186 ) )
28- - More user-friendly error when no compiler is available ([ #185 ] ( https://github.com/foundry-rs/compilers/issues/185 ) )
39+ - Better extra_args handling ([ #208 ] ( https://github.com/foundry-rs/compilers/issues/208 ) )
40+ - Better error messages for incompatible versions ([ #200 ] ( https://github.com/foundry-rs/compilers/issues/200 ) )
2941
3042### Miscellaneous Tasks
3143
32- - Release 0.10.3
33-
34- ### Other
35-
36- - Incorrect Default EVM Version for Solidity Compiler 0.4.21-0.5.4 ([ #189 ] ( https://github.com/foundry-rs/compilers/issues/189 ) )
44+ - Release 0.11.4
45+ - Release 0.11.3
46+ - Proper generate legacy asm extra output file ([ #207 ] ( https://github.com/foundry-rs/compilers/issues/207 ) )
47+ - Release 0.11.2
48+ - Clippy ([ #204 ] ( https://github.com/foundry-rs/compilers/issues/204 ) )
49+ - Use serde_json::from_str ([ #203 ] ( https://github.com/foundry-rs/compilers/issues/203 ) )
50+ - Release 0.11.1
51+ - Improve error handling in source map parsing ([ #201 ] ( https://github.com/foundry-rs/compilers/issues/201 ) )
52+ - Clippy happy ([ #195 ] ( https://github.com/foundry-rs/compilers/issues/195 ) )
53+ - Fix up the README example ([ #194 ] ( https://github.com/foundry-rs/compilers/issues/194 ) )
54+ - Release 0.11.0
3755
38- ## [ 0.10.2 ] ( https://github.com/foundry-rs/compilers/releases/tag/v0.10.2 ) - 2024-08-01
56+ ## [ 0.10.3 ] ( https://github.com/foundry-rs/compilers/releases/tag/v0.10.3 ) - 2024-08-26
3957
4058### Bug Fixes
4159
60+ - [ flatten] Update license handling logic ([ #184 ] ( https://github.com/foundry-rs/compilers/issues/184 ) )
4261- Unify logic for ignored warnings ([ #179 ] ( https://github.com/foundry-rs/compilers/issues/179 ) )
4362- Remove outdated build infos ([ #177 ] ( https://github.com/foundry-rs/compilers/issues/177 ) )
4463- Make remappings resolution more deterministic ([ #176 ] ( https://github.com/foundry-rs/compilers/issues/176 ) )
4564
65+ ### Documentation
66+
67+ - Docs fix spelling issues ([ #190 ] ( https://github.com/foundry-rs/compilers/issues/190 ) )
68+
4669### Features
4770
71+ - Always provide ` Default ` for ` MultiCompiler ` ([ #188 ] ( https://github.com/foundry-rs/compilers/issues/188 ) )
72+ - [ vyper] Add experimental codegen to settings ([ #186 ] ( https://github.com/foundry-rs/compilers/issues/186 ) )
73+ - More user-friendly error when no compiler is available ([ #185 ] ( https://github.com/foundry-rs/compilers/issues/185 ) )
4874- Sanitize EVM version for vyper ([ #181 ] ( https://github.com/foundry-rs/compilers/issues/181 ) )
4975
5076### Miscellaneous Tasks
5177
78+ - Release 0.10.3
5279- Release 0.10.2
5380
5481### Other
5582
83+ - Incorrect Default EVM Version for Solidity Compiler 0.4.21-0.5.4 ([ #189 ] ( https://github.com/foundry-rs/compilers/issues/189 ) )
5684- Update README to link docs and update install instructions ([ #180 ] ( https://github.com/foundry-rs/compilers/issues/180 ) )
5785
5886## [ 0.10.1] ( https://github.com/foundry-rs/compilers/releases/tag/v0.10.1 ) - 2024-07-26
0 commit comments