File tree Expand file tree Collapse file tree 2 files changed +21
-6
lines changed
Expand file tree Collapse file tree 2 files changed +21
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ 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.18.1] ( https://github.com/foundry-rs/compilers/releases/tag/v0.18.1 ) - 2025-07-31
9+
10+ ### Bug Fixes
11+
12+ - Consistent handle of unresolved imports ([ #294 ] ( https://github.com/foundry-rs/compilers/issues/294 ) )
13+
14+ ### Miscellaneous Tasks
15+
16+ - Add more instrumentation ([ #293 ] ( https://github.com/foundry-rs/compilers/issues/293 ) )
17+
18+ ### Other
19+
20+ - Remove duplicate assembly check in is_dirty ([ #292 ] ( https://github.com/foundry-rs/compilers/issues/292 ) )
21+
822## [ 0.18.0] ( https://github.com/foundry-rs/compilers/releases/tag/v0.18.0 ) - 2025-07-14
923
1024### Dependencies
@@ -15,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1529
1630### Miscellaneous Tasks
1731
32+ - Release 0.18.0
1833- Release 0.18.0
1934
2035## [ 0.17.4] ( https://github.com/foundry-rs/compilers/releases/tag/v0.17.4 ) - 2025-06-30
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ resolver = "2"
44
55[workspace .package ]
66authors = [" Foundry Maintainers" ]
7- version = " 0.18.0 "
7+ version = " 0.18.1 "
88rust-version = " 1.88"
99readme = " README.md"
1010license = " MIT OR Apache-2.0"
@@ -36,11 +36,11 @@ redundant-lifetimes = "warn"
3636all = " warn"
3737
3838[workspace .dependencies ]
39- foundry-compilers = { path = " crates/compilers" , version = " 0.18.0 " }
40- foundry-compilers-artifacts = { path = " crates/artifacts/artifacts" , version = " 0.18.0 " }
41- foundry-compilers-artifacts-solc = { path = " crates/artifacts/solc" , version = " 0.18.0 " }
42- foundry-compilers-artifacts-vyper = { path = " crates/artifacts/vyper" , version = " 0.18.0 " }
43- foundry-compilers-core = { path = " crates/core" , version = " 0.18.0 " }
39+ foundry-compilers = { path = " crates/compilers" , version = " 0.18.1 " }
40+ foundry-compilers-artifacts = { path = " crates/artifacts/artifacts" , version = " 0.18.1 " }
41+ foundry-compilers-artifacts-solc = { path = " crates/artifacts/solc" , version = " 0.18.1 " }
42+ foundry-compilers-artifacts-vyper = { path = " crates/artifacts/vyper" , version = " 0.18.1 " }
43+ foundry-compilers-core = { path = " crates/core" , version = " 0.18.1 " }
4444
4545alloy-json-abi = { version = " 1.2" , features = [" serde_json" ] }
4646alloy-primitives = { version = " 1.2" , features = [" serde" , " rand" ] }
You can’t perform that action at this time.
0 commit comments