@@ -5,83 +5,62 @@ 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.5 ] ( https://github.com/foundry-rs/compilers/releases/tag/v0.11.5 ) - 2024-10-14
8+ ## [ 0.11.6 ] ( https://github.com/foundry-rs/compilers/releases/tag/v0.11.6 ) - 2024-10-16
99
1010### Bug Fixes
1111
12+ - Correctly handle b as pre-release in Vyper version ([ #213 ] ( https://github.com/foundry-rs/compilers/issues/213 ) )
1213- Accept partial first sourcemap element ([ #209 ] ( https://github.com/foundry-rs/compilers/issues/209 ) )
1314
1415### Miscellaneous Tasks
1516
17+ - Release 0.11.5
1618- Allow adding vyper sources with ` add_raw_source ` w/ ` .vy ` / ` .vyi ` extension ([ #211 ] ( https://github.com/foundry-rs/compilers/issues/211 ) )
1719- [ ` ci ` ] Fix deny (add ` ZLib ` exception) ([ #212 ] ( https://github.com/foundry-rs/compilers/issues/212 ) )
1820
1921## [ 0.11.4] ( https://github.com/foundry-rs/compilers/releases/tag/v0.11.4 ) - 2024-10-02
2022
21- ### Features
22-
23- - Better extra_args handling ([ #208 ] ( https://github.com/foundry-rs/compilers/issues/208 ) )
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
30-
31- ### Miscellaneous Tasks
32-
33- - Release 0.11.3
34- - 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-
3823### Bug Fixes
3924
4025- 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 ) )
4128
42- ### Documentation
43-
44- - Fix typos ([ #202 ] ( https://github.com/foundry-rs/compilers/issues/202 ) )
45-
46- ### Miscellaneous Tasks
47-
48- - Release 0.11.2
49- - Clippy ([ #204 ] ( https://github.com/foundry-rs/compilers/issues/204 ) )
50- - Use serde_json::from_str ([ #203 ] ( https://github.com/foundry-rs/compilers/issues/203 ) )
29+ ### Dependencies
5130
52- ## [ 0.11.1 ] ( https://github.com/foundry-rs/compilers/releases/tag/v0.11.1 ) - 2024-09-17
31+ - [ deps ] Bump alloy ( [ # 193 ] ( https://github.com/foundry-rs/compilers/issues/193 ) )
5332
54- ### Bug Fixes
33+ ### Documentation
5534
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 ) )
35+ - Fix typos ([ #202 ] ( https://github.com/foundry-rs/compilers/issues/202 ) )
5836
5937### Features
6038
39+ - Better extra_args handling ([ #208 ] ( https://github.com/foundry-rs/compilers/issues/208 ) )
6140- Better error messages for incompatible versions ([ #200 ] ( https://github.com/foundry-rs/compilers/issues/200 ) )
6241
6342### Miscellaneous Tasks
6443
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 ) )
6550- Release 0.11.1
6651- Improve error handling in source map parsing ([ #201 ] ( https://github.com/foundry-rs/compilers/issues/201 ) )
6752- Clippy happy ([ #195 ] ( https://github.com/foundry-rs/compilers/issues/195 ) )
6853- 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-
7854- Release 0.11.0
7955
8056## [ 0.10.3] ( https://github.com/foundry-rs/compilers/releases/tag/v0.10.3 ) - 2024-08-26
8157
8258### Bug Fixes
8359
8460- [ flatten] Update license handling logic ([ #184 ] ( https://github.com/foundry-rs/compilers/issues/184 ) )
61+ - Unify logic for ignored warnings ([ #179 ] ( https://github.com/foundry-rs/compilers/issues/179 ) )
62+ - Remove outdated build infos ([ #177 ] ( https://github.com/foundry-rs/compilers/issues/177 ) )
63+ - Make remappings resolution more deterministic ([ #176 ] ( https://github.com/foundry-rs/compilers/issues/176 ) )
8564
8665### Documentation
8766
@@ -92,33 +71,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9271- Always provide ` Default ` for ` MultiCompiler ` ([ #188 ] ( https://github.com/foundry-rs/compilers/issues/188 ) )
9372- [ vyper] Add experimental codegen to settings ([ #186 ] ( https://github.com/foundry-rs/compilers/issues/186 ) )
9473- More user-friendly error when no compiler is available ([ #185 ] ( https://github.com/foundry-rs/compilers/issues/185 ) )
95-
96- ### Miscellaneous Tasks
97-
98- - Release 0.10.3
99-
100- ### Other
101-
102- - 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-
11474- Sanitize EVM version for vyper ([ #181 ] ( https://github.com/foundry-rs/compilers/issues/181 ) )
11575
11676### Miscellaneous Tasks
11777
78+ - Release 0.10.3
11879- Release 0.10.2
11980
12081### Other
12182
83+ - Incorrect Default EVM Version for Solidity Compiler 0.4.21-0.5.4 ([ #189 ] ( https://github.com/foundry-rs/compilers/issues/189 ) )
12284- Update README to link docs and update install instructions ([ #180 ] ( https://github.com/foundry-rs/compilers/issues/180 ) )
12385
12486## [ 0.10.1] ( https://github.com/foundry-rs/compilers/releases/tag/v0.10.1 ) - 2024-07-26
0 commit comments