@@ -5,10 +5,12 @@ 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.5 ] ( https://github.com/foundry-rs/compilers/releases/tag/v0.19.5 ) - 2025-10-01
8+ ## [ 0.19.6 ] ( https://github.com/foundry-rs/compilers/releases/tag/v0.19.6 ) - 2025-11-12
99
1010### Bug Fixes
1111
12+ - Always mark mocks as dirty ([ #335 ] ( https://github.com/foundry-rs/compilers/issues/335 ) )
13+ - Expose VyperSourceLocation fields ([ #333 ] ( https://github.com/foundry-rs/compilers/issues/333 ) )
1214- Finalize_imports node ordering ([ #329 ] ( https://github.com/foundry-rs/compilers/issues/329 ) )
1315- Resolve imports at the end ([ #326 ] ( https://github.com/foundry-rs/compilers/issues/326 ) )
1416- Make sources' paths absolute ([ #312 ] ( https://github.com/foundry-rs/compilers/issues/312 ) )
@@ -18,6 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1820
1921### Dependencies
2022
23+ - Bump 0.19.6 ([ #337 ] ( https://github.com/foundry-rs/compilers/issues/337 ) )
24+ - Bump version number in README ([ #336 ] ( https://github.com/foundry-rs/compilers/issues/336 ) )
2125- [ ` ci ` ] Pin deps in workflow and add ` dependabot ` to update them weekly ([ #321 ] ( https://github.com/foundry-rs/compilers/issues/321 ) )
2226- [ deps] Bump solar ([ #315 ] ( https://github.com/foundry-rs/compilers/issues/315 ) )
2327- [ deps] Switch to solar meta crate ([ #307 ] ( https://github.com/foundry-rs/compilers/issues/307 ) )
@@ -30,6 +34,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3034
3135### Miscellaneous Tasks
3236
37+ - Make clippy happy ([ #334 ] ( https://github.com/foundry-rs/compilers/issues/334 ) )
38+ - [ ` ci ` ] Merge in ` codeql.yml ` and mark as requirement for ci-success ([ #331 ] ( https://github.com/foundry-rs/compilers/issues/331 ) )
39+ - Release 0.19.5 ([ #330 ] ( https://github.com/foundry-rs/compilers/issues/330 ) )
3340- Release 0.19.4 ([ #328 ] ( https://github.com/foundry-rs/compilers/issues/328 ) )
3441- Remove feature(doc_auto_cfg) ([ #327 ] ( https://github.com/foundry-rs/compilers/issues/327 ) )
3542- Release 0.19.3 ([ #325 ] ( https://github.com/foundry-rs/compilers/issues/325 ) )
0 commit comments