File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,11 @@ 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.19.4 ] ( https://github.com/foundry-rs/compilers/releases/tag/v0.19.4 ) - 2025-10-01
8+ ## [ 0.19.5 ] ( https://github.com/foundry-rs/compilers/releases/tag/v0.19.5 ) - 2025-10-01
99
1010### Bug Fixes
1111
12+ - Finalize_imports node ordering ([ #329 ] ( https://github.com/foundry-rs/compilers/issues/329 ) )
1213- Resolve imports at the end ([ #326 ] ( https://github.com/foundry-rs/compilers/issues/326 ) )
1314- Make sources' paths absolute ([ #312 ] ( https://github.com/foundry-rs/compilers/issues/312 ) )
1415- Sanitize ` stopAfter ` ([ #309 ] ( https://github.com/foundry-rs/compilers/issues/309 ) )
@@ -29,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2930
3031### Miscellaneous Tasks
3132
33+ - Release 0.19.4 ([ #328 ] ( https://github.com/foundry-rs/compilers/issues/328 ) )
3234- Remove feature(doc_auto_cfg) ([ #327 ] ( https://github.com/foundry-rs/compilers/issues/327 ) )
3335- Release 0.19.3 ([ #325 ] ( https://github.com/foundry-rs/compilers/issues/325 ) )
3436- [ ` ci ` ] Rescope permissions according to principle of least privilege ([ #323 ] ( https://github.com/foundry-rs/compilers/issues/323 ) )
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.19.4 "
7+ version = " 0.19.5 "
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.19.4 " }
40- foundry-compilers-artifacts = { path = " crates/artifacts/artifacts" , version = " 0.19.4 " }
41- foundry-compilers-artifacts-solc = { path = " crates/artifacts/solc" , version = " 0.19.4 " }
42- foundry-compilers-artifacts-vyper = { path = " crates/artifacts/vyper" , version = " 0.19.4 " }
43- foundry-compilers-core = { path = " crates/core" , version = " 0.19.4 " }
39+ foundry-compilers = { path = " crates/compilers" , version = " 0.19.5 " }
40+ foundry-compilers-artifacts = { path = " crates/artifacts/artifacts" , version = " 0.19.5 " }
41+ foundry-compilers-artifacts-solc = { path = " crates/artifacts/solc" , version = " 0.19.5 " }
42+ foundry-compilers-artifacts-vyper = { path = " crates/artifacts/vyper" , version = " 0.19.5 " }
43+ foundry-compilers-core = { path = " crates/core" , version = " 0.19.5 " }
4444
4545alloy-json-abi = { version = " 1.3" , features = [" serde_json" ] }
4646alloy-primitives = { version = " 1.3" , features = [" serde" , " rand" ] }
You can’t perform that action at this time.
0 commit comments