File tree Expand file tree Collapse file tree 2 files changed +27
-6
lines changed Expand file tree Collapse file tree 2 files changed +27
-6
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,33 @@ 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.1] ( https://github.com/foundry-rs/compilers/releases/tag/v0.11.1 ) - 2024-09-17
9+
10+ ### Bug Fixes
11+
12+ - Ast Node Bindings ([ #199 ] ( https://github.com/foundry-rs/compilers/issues/199 ) )
13+ - Actualize output selection options ([ #196 ] ( https://github.com/foundry-rs/compilers/issues/196 ) )
14+
15+ ### Features
16+
17+ - Better error messages for incompatible versions ([ #200 ] ( https://github.com/foundry-rs/compilers/issues/200 ) )
18+
19+ ### Miscellaneous Tasks
20+
21+ - Improve error handling in source map parsing ([ #201 ] ( https://github.com/foundry-rs/compilers/issues/201 ) )
22+ - Clippy happy ([ #195 ] ( https://github.com/foundry-rs/compilers/issues/195 ) )
23+ - Fix up the README example ([ #194 ] ( https://github.com/foundry-rs/compilers/issues/194 ) )
24+
825## [ 0.11.0] ( https://github.com/foundry-rs/compilers/releases/tag/v0.11.0 ) - 2024-09-02
926
1027### Dependencies
1128
1229- [ deps] Bump alloy ([ #193 ] ( https://github.com/foundry-rs/compilers/issues/193 ) )
1330
31+ ### Miscellaneous Tasks
32+
33+ - Release 0.11.0
34+
1435## [ 0.10.3] ( https://github.com/foundry-rs/compilers/releases/tag/v0.10.3 ) - 2024-08-26
1536
1637### Bug Fixes
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.0 "
7+ version = " 0.11.1 "
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.0 " }
35- foundry-compilers-artifacts = { path = " crates/artifacts/artifacts" , version = " 0.11.0 " }
36- foundry-compilers-artifacts-solc = { path = " crates/artifacts/solc" , version = " 0.11.0 " }
37- foundry-compilers-artifacts-vyper = { path = " crates/artifacts/vyper" , version = " 0.11.0 " }
38- foundry-compilers-core = { path = " crates/core" , version = " 0.11.0 " }
34+ foundry-compilers = { path = " crates/compilers" , version = " 0.11.1 " }
35+ foundry-compilers-artifacts = { path = " crates/artifacts/artifacts" , version = " 0.11.1 " }
36+ foundry-compilers-artifacts-solc = { path = " crates/artifacts/solc" , version = " 0.11.1 " }
37+ foundry-compilers-artifacts-vyper = { path = " crates/artifacts/vyper" , version = " 0.11.1 " }
38+ foundry-compilers-core = { path = " crates/core" , version = " 0.11.1 " }
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