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.6 ] ( https://github.com/foundry-rs/compilers/releases/tag/v0.19.6 ) - 2025-11-12
8+ ## [ 0.19.7 ] ( https://github.com/foundry-rs/compilers/releases/tag/v0.19.7 ) - 2025-11-18
99
1010### Bug Fixes
1111
12+ - Preserve version to install if prerelease ([ #339 ] ( https://github.com/foundry-rs/compilers/issues/339 ) )
1213- Always mark mocks as dirty ([ #335 ] ( https://github.com/foundry-rs/compilers/issues/335 ) )
1314- Expose VyperSourceLocation fields ([ #333 ] ( https://github.com/foundry-rs/compilers/issues/333 ) )
1415- Finalize_imports node ordering ([ #329 ] ( https://github.com/foundry-rs/compilers/issues/329 ) )
@@ -34,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3435
3536### Miscellaneous Tasks
3637
38+ - Release 0.19.6 ([ #338 ] ( https://github.com/foundry-rs/compilers/issues/338 ) )
3739- Make clippy happy ([ #334 ] ( https://github.com/foundry-rs/compilers/issues/334 ) )
3840- [ ` ci ` ] Merge in ` codeql.yml ` and mark as requirement for ci-success ([ #331 ] ( https://github.com/foundry-rs/compilers/issues/331 ) )
3941- Release 0.19.5 ([ #330 ] ( https://github.com/foundry-rs/compilers/issues/330 ) )
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.6 "
7+ version = " 0.19.7 "
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.6 " }
40- foundry-compilers-artifacts = { path = " crates/artifacts/artifacts" , version = " 0.19.6 " }
41- foundry-compilers-artifacts-solc = { path = " crates/artifacts/solc" , version = " 0.19.6 " }
42- foundry-compilers-artifacts-vyper = { path = " crates/artifacts/vyper" , version = " 0.19.6 " }
43- foundry-compilers-core = { path = " crates/core" , version = " 0.19.6 " }
39+ foundry-compilers = { path = " crates/compilers" , version = " 0.19.7 " }
40+ foundry-compilers-artifacts = { path = " crates/artifacts/artifacts" , version = " 0.19.7 " }
41+ foundry-compilers-artifacts-solc = { path = " crates/artifacts/solc" , version = " 0.19.7 " }
42+ foundry-compilers-artifacts-vyper = { path = " crates/artifacts/vyper" , version = " 0.19.7 " }
43+ foundry-compilers-core = { path = " crates/core" , version = " 0.19.7 " }
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