@@ -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.2 ] ( https://github.com/foundry-rs/compilers/releases/tag/v0.19.2 ) - 2025-09-11
8+ ## [ 0.19.3 ] ( https://github.com/foundry-rs/compilers/releases/tag/v0.19.3 ) - 2025-09-18
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+ - [ ` ci ` ] Pin deps in workflow and add ` dependabot ` to update them weekly ([ #321 ] ( https://github.com/foundry-rs/compilers/issues/321 ) )
1920- [ deps] Bump solar ([ #315 ] ( https://github.com/foundry-rs/compilers/issues/315 ) )
2021- [ deps] Switch to solar meta crate ([ #307 ] ( https://github.com/foundry-rs/compilers/issues/307 ) )
2122- [ deps] Bump to 0.18.3 ([ #303 ] ( https://github.com/foundry-rs/compilers/issues/303 ) )
@@ -27,6 +28,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2728
2829### Miscellaneous Tasks
2930
31+ - [ ` ci ` ] Rescope permissions according to principle of least privilege ([ #323 ] ( https://github.com/foundry-rs/compilers/issues/323 ) )
32+ - [ ` ci ` ] Harden workflow by setting default permission to read only ([ #320 ] ( https://github.com/foundry-rs/compilers/issues/320 ) )
33+ - [ ` ci ` ] Add CodeQL ([ #319 ] ( https://github.com/foundry-rs/compilers/issues/319 ) )
34+ - Release 0.19.2 ([ #317 ] ( https://github.com/foundry-rs/compilers/issues/317 ) )
3035- [ ` ci ` ] Add ` ci-success ` step so we can make this a condition for merging ([ #316 ] ( https://github.com/foundry-rs/compilers/issues/316 ) )
3136- Release 0.19.1 ([ #313 ] ( https://github.com/foundry-rs/compilers/issues/313 ) )
3237- Use FnMut instead of FnOnce + Copy ([ #310 ] ( https://github.com/foundry-rs/compilers/issues/310 ) )
@@ -38,6 +43,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3843
3944### Performance
4045
46+ - Improve linking implementation ([ #324 ] ( https://github.com/foundry-rs/compilers/issues/324 ) )
4147- Parallelize Remapping::get_many ([ #314 ] ( https://github.com/foundry-rs/compilers/issues/314 ) )
4248
4349### Refactor
0 commit comments