File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed
Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -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.18.4 ] ( https://github.com/foundry-rs/compilers/releases/tag/v0.18.4 ) - 2025-08-25
8+ ## [ 0.19.0 ] ( https://github.com/foundry-rs/compilers/releases/tag/v0.19.0 ) - 2025-08-25
99
1010### Bug Fixes
1111
@@ -17,8 +17,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717- [ deps] Bump to 0.18.3 ([ #303 ] ( https://github.com/foundry-rs/compilers/issues/303 ) )
1818- Update deps + fix clippy ([ #297 ] ( https://github.com/foundry-rs/compilers/issues/297 ) )
1919
20+ ### Features
21+
22+ - Add ` SourceParser ` ([ #300 ] ( https://github.com/foundry-rs/compilers/issues/300 ) )
23+
2024### Miscellaneous Tasks
2125
26+ - Release 0.18.4 ([ #305 ] ( https://github.com/foundry-rs/compilers/issues/305 ) )
2227- Use svm instead of manual svm dir logic ([ #301 ] ( https://github.com/foundry-rs/compilers/issues/301 ) )
2328- Add @0xrusowsky to ` CODEOWNERS ` ([ #299 ] ( https://github.com/foundry-rs/compilers/issues/299 ) )
2429- Update ` CODEOWNERS ` to improve visibility ([ #298 ] ( https://github.com/foundry-rs/compilers/issues/298 ) )
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.18.4 "
7+ version = " 0.19.0 "
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.18.4 " }
40- foundry-compilers-artifacts = { path = " crates/artifacts/artifacts" , version = " 0.18.4 " }
41- foundry-compilers-artifacts-solc = { path = " crates/artifacts/solc" , version = " 0.18.4 " }
42- foundry-compilers-artifacts-vyper = { path = " crates/artifacts/vyper" , version = " 0.18.4 " }
43- foundry-compilers-core = { path = " crates/core" , version = " 0.18.4 " }
39+ foundry-compilers = { path = " crates/compilers" , version = " 0.19.0 " }
40+ foundry-compilers-artifacts = { path = " crates/artifacts/artifacts" , version = " 0.19.0 " }
41+ foundry-compilers-artifacts-solc = { path = " crates/artifacts/solc" , version = " 0.19.0 " }
42+ foundry-compilers-artifacts-vyper = { path = " crates/artifacts/vyper" , version = " 0.19.0 " }
43+ foundry-compilers-core = { path = " crates/core" , version = " 0.19.0 " }
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