File tree Expand file tree Collapse file tree 2 files changed +16
-6
lines changed Expand file tree Collapse file tree 2 files changed +16
-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.13.5] ( https://github.com/foundry-rs/compilers/releases/tag/v0.13.5 ) - 2025-03-14
9+
10+ ### Bug Fixes
11+
12+ - Missing check for normalization ([ #257 ] ( https://github.com/foundry-rs/compilers/issues/257 ) )
13+
814## [ 0.13.4] ( https://github.com/foundry-rs/compilers/releases/tag/v0.13.4 ) - 2025-03-14
915
1016### Bug Fixes
@@ -15,6 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1521
1622- Add osaka evm version ([ #254 ] ( https://github.com/foundry-rs/compilers/issues/254 ) )
1723
24+ ### Miscellaneous Tasks
25+
26+ - Release 0.13.4
27+
1828### Other
1929
2030- Allow unmaintained paste ([ #255 ] ( https://github.com/foundry-rs/compilers/issues/255 ) )
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.13.4 "
7+ version = " 0.13.5 "
88rust-version = " 1.83"
99readme = " README.md"
1010license = " MIT OR Apache-2.0"
@@ -35,11 +35,11 @@ redundant-lifetimes = "warn"
3535all = " warn"
3636
3737[workspace .dependencies ]
38- foundry-compilers = { path = " crates/compilers" , version = " 0.13.4 " }
39- foundry-compilers-artifacts = { path = " crates/artifacts/artifacts" , version = " 0.13.4 " }
40- foundry-compilers-artifacts-solc = { path = " crates/artifacts/solc" , version = " 0.13.4 " }
41- foundry-compilers-artifacts-vyper = { path = " crates/artifacts/vyper" , version = " 0.13.4 " }
42- foundry-compilers-core = { path = " crates/core" , version = " 0.13.4 " }
38+ foundry-compilers = { path = " crates/compilers" , version = " 0.13.5 " }
39+ foundry-compilers-artifacts = { path = " crates/artifacts/artifacts" , version = " 0.13.5 " }
40+ foundry-compilers-artifacts-solc = { path = " crates/artifacts/solc" , version = " 0.13.5 " }
41+ foundry-compilers-artifacts-vyper = { path = " crates/artifacts/vyper" , version = " 0.13.5 " }
42+ foundry-compilers-core = { path = " crates/core" , version = " 0.13.5 " }
4343
4444alloy-json-abi = { version = " 0.8" , features = [" serde_json" ] }
4545alloy-primitives = { version = " 0.8" , features = [" serde" , " rand" ] }
You can’t perform that action at this time.
0 commit comments