File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +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.11.3] ( https://github.com/foundry-rs/compilers/releases/tag/v0.11.3 ) - 2024-09-30
9+
10+ ### Miscellaneous Tasks
11+
12+ - Proper generate legacy asm extra output file ([ #207 ] ( https://github.com/foundry-rs/compilers/issues/207 ) )
13+
814## [ 0.11.2] ( https://github.com/foundry-rs/compilers/releases/tag/v0.11.2 ) - 2024-09-30
915
1016### Bug Fixes
@@ -17,6 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1723
1824### Miscellaneous Tasks
1925
26+ - Release 0.11.2
2027- Clippy ([ #204 ] ( https://github.com/foundry-rs/compilers/issues/204 ) )
2128- Use serde_json::from_str ([ #203 ] ( https://github.com/foundry-rs/compilers/issues/203 ) )
2229
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.11.2 "
7+ version = " 0.11.3 "
88rust-version = " 1.70"
99readme = " README.md"
1010license = " MIT OR Apache-2.0"
@@ -31,11 +31,11 @@ unused-must-use = "deny"
3131all = " warn"
3232
3333[workspace .dependencies ]
34- foundry-compilers = { path = " crates/compilers" , version = " 0.11.2 " }
35- foundry-compilers-artifacts = { path = " crates/artifacts/artifacts" , version = " 0.11.2 " }
36- foundry-compilers-artifacts-solc = { path = " crates/artifacts/solc" , version = " 0.11.2 " }
37- foundry-compilers-artifacts-vyper = { path = " crates/artifacts/vyper" , version = " 0.11.2 " }
38- foundry-compilers-core = { path = " crates/core" , version = " 0.11.2 " }
34+ foundry-compilers = { path = " crates/compilers" , version = " 0.11.3 " }
35+ foundry-compilers-artifacts = { path = " crates/artifacts/artifacts" , version = " 0.11.3 " }
36+ foundry-compilers-artifacts-solc = { path = " crates/artifacts/solc" , version = " 0.11.3 " }
37+ foundry-compilers-artifacts-vyper = { path = " crates/artifacts/vyper" , version = " 0.11.3 " }
38+ foundry-compilers-core = { path = " crates/core" , version = " 0.11.3 " }
3939
4040alloy-json-abi = { version = " 0.8" , features = [" serde_json" ] }
4141alloy-primitives = { version = " 0.8" , features = [" serde" , " rand" ] }
You can’t perform that action at this time.
0 commit comments