@@ -5,15 +5,18 @@ 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.0 ] ( https://github.com/foundry-rs/compilers/releases/tag/v0.19.0 ) - 2025-08-25
8+ ## [ 0.19.1 ] ( https://github.com/foundry-rs/compilers/releases/tag/v0.19.1 ) - 2025-08-29
99
1010### Bug Fixes
1111
12+ - Make sources' paths absolute ([ #312 ] ( https://github.com/foundry-rs/compilers/issues/312 ) )
13+ - Sanitize ` stopAfter ` ([ #309 ] ( https://github.com/foundry-rs/compilers/issues/309 ) )
1214- Remove superfluous assertion ([ #304 ] ( https://github.com/foundry-rs/compilers/issues/304 ) )
1315- [ flatten] Sort by loc path and loc start ([ #302 ] ( https://github.com/foundry-rs/compilers/issues/302 ) )
1416
1517### Dependencies
1618
19+ - [ deps] Switch to solar meta crate ([ #307 ] ( https://github.com/foundry-rs/compilers/issues/307 ) )
1720- [ deps] Bump to 0.18.3 ([ #303 ] ( https://github.com/foundry-rs/compilers/issues/303 ) )
1821- Update deps + fix clippy ([ #297 ] ( https://github.com/foundry-rs/compilers/issues/297 ) )
1922
@@ -23,11 +26,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2326
2427### Miscellaneous Tasks
2528
29+ - Use FnMut instead of FnOnce + Copy ([ #310 ] ( https://github.com/foundry-rs/compilers/issues/310 ) )
30+ - Release 0.19.0 ([ #306 ] ( https://github.com/foundry-rs/compilers/issues/306 ) )
2631- Release 0.18.4 ([ #305 ] ( https://github.com/foundry-rs/compilers/issues/305 ) )
2732- Use svm instead of manual svm dir logic ([ #301 ] ( https://github.com/foundry-rs/compilers/issues/301 ) )
2833- Add @0xrusowsky to ` CODEOWNERS ` ([ #299 ] ( https://github.com/foundry-rs/compilers/issues/299 ) )
2934- Update ` CODEOWNERS ` to improve visibility ([ #298 ] ( https://github.com/foundry-rs/compilers/issues/298 ) )
3035
36+ ### Refactor
37+
38+ - Cache/is_dirty impls ([ #311 ] ( https://github.com/foundry-rs/compilers/issues/311 ) )
39+
3140## [ 0.18.2] ( https://github.com/foundry-rs/compilers/releases/tag/v0.18.2 ) - 2025-08-01
3241
3342### Bug Fixes
0 commit comments