@@ -5,7 +5,7 @@ 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.1 ] ( https://github.com/foundry-rs/compilers/releases/tag/v0.19.1 ) - 2025-08-29
8+ ## [ 0.19.2 ] ( https://github.com/foundry-rs/compilers/releases/tag/v0.19.2 ) - 2025-09-11
99
1010### Bug Fixes
1111
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
1717### Dependencies
1818
19+ - [ deps] Bump solar ([ #315 ] ( https://github.com/foundry-rs/compilers/issues/315 ) )
1920- [ deps] Switch to solar meta crate ([ #307 ] ( https://github.com/foundry-rs/compilers/issues/307 ) )
2021- [ deps] Bump to 0.18.3 ([ #303 ] ( https://github.com/foundry-rs/compilers/issues/303 ) )
2122- Update deps + fix clippy ([ #297 ] ( https://github.com/foundry-rs/compilers/issues/297 ) )
@@ -26,13 +27,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2627
2728### Miscellaneous Tasks
2829
30+ - [ ` ci ` ] Add ` ci-success ` step so we can make this a condition for merging ([ #316 ] ( https://github.com/foundry-rs/compilers/issues/316 ) )
31+ - Release 0.19.1 ([ #313 ] ( https://github.com/foundry-rs/compilers/issues/313 ) )
2932- Use FnMut instead of FnOnce + Copy ([ #310 ] ( https://github.com/foundry-rs/compilers/issues/310 ) )
3033- Release 0.19.0 ([ #306 ] ( https://github.com/foundry-rs/compilers/issues/306 ) )
3134- Release 0.18.4 ([ #305 ] ( https://github.com/foundry-rs/compilers/issues/305 ) )
3235- Use svm instead of manual svm dir logic ([ #301 ] ( https://github.com/foundry-rs/compilers/issues/301 ) )
3336- Add @0xrusowsky to ` CODEOWNERS ` ([ #299 ] ( https://github.com/foundry-rs/compilers/issues/299 ) )
3437- Update ` CODEOWNERS ` to improve visibility ([ #298 ] ( https://github.com/foundry-rs/compilers/issues/298 ) )
3538
39+ ### Performance
40+
41+ - Parallelize Remapping::get_many ([ #314 ] ( https://github.com/foundry-rs/compilers/issues/314 ) )
42+
3643### Refactor
3744
3845- Cache/is_dirty impls ([ #311 ] ( https://github.com/foundry-rs/compilers/issues/311 ) )
0 commit comments