This repository was archived by the owner on Apr 20, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,10 +5,41 @@ 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.3.0] ( https://github.com/foundry-rs/compilers/releases/tag/v0.3.0 ) - 2024-01-31
9+
10+ ### Dependencies
11+
12+ - Remove unnecessary dependencies ([ #65 ] ( https://github.com/foundry-rs/compilers/issues/65 ) )
13+ - Bump to 0.8.24 in tests ([ #59 ] ( https://github.com/foundry-rs/compilers/issues/59 ) )
14+
15+ ### Miscellaneous Tasks
16+
17+ - Enable some lints ([ #64 ] ( https://github.com/foundry-rs/compilers/issues/64 ) )
18+ - Remove wasm cfgs ([ #61 ] ( https://github.com/foundry-rs/compilers/issues/61 ) )
19+ - Add more tracing around spawning Solc ([ #57 ] ( https://github.com/foundry-rs/compilers/issues/57 ) )
20+ - Rename output to into_output ([ #56 ] ( https://github.com/foundry-rs/compilers/issues/56 ) )
21+ - Add some tracing ([ #55 ] ( https://github.com/foundry-rs/compilers/issues/55 ) )
22+
23+ ### Other
24+
25+ - Flatten fixes ([ #63 ] ( https://github.com/foundry-rs/compilers/issues/63 ) )
26+ - Update actions@checkout ([ #66 ] ( https://github.com/foundry-rs/compilers/issues/66 ) )
27+ - Add concurrency to ci.yml ([ #62 ] ( https://github.com/foundry-rs/compilers/issues/62 ) )
28+ - Fix tests name ([ #60 ] ( https://github.com/foundry-rs/compilers/issues/60 ) )
29+
30+ ### Refactor
31+
32+ - Rewrite examples without wrapper functions and with no_run ([ #58 ] ( https://github.com/foundry-rs/compilers/issues/58 ) )
33+
34+ ### Testing
35+
36+ - Ignore old solc version test ([ #67 ] ( https://github.com/foundry-rs/compilers/issues/67 ) )
37+
838## [ 0.2.5] ( https://github.com/foundry-rs/compilers/releases/tag/v0.2.5 ) - 2024-01-29
939
1040### Miscellaneous Tasks
1141
42+ - Release 0.2.5
1243- [ clippy] Make clippy happy ([ #54 ] ( https://github.com/foundry-rs/compilers/issues/54 ) )
1344
1445### Other
Original file line number Diff line number Diff line change 11[package ]
22name = " foundry-compilers"
33authors = [" Foundry Maintainers" ]
4- version = " 0.2.5 "
4+ version = " 0.3.0 "
55rust-version = " 1.65"
66readme = " README.md"
77license = " MIT OR Apache-2.0"
You can’t perform that action at this time.
0 commit comments