File tree 2 files changed +16
-6
lines changed
2 files changed +16
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.15.0] ( https://github.com/foundry-rs/compilers/releases/tag/v0.15.0 ) - 2025-05-07
9
+
10
+ ### Dependencies
11
+
12
+ - [ deps] Bump alloy 1.0 ([ #263 ] ( https://github.com/foundry-rs/compilers/issues/263 ) )
13
+
14
+ ### Documentation
15
+
16
+ - Update CHANGELOG.md
17
+
8
18
## [ 0.14.1] ( https://github.com/foundry-rs/compilers/releases/tag/v0.14.1 ) - 2025-04-19
9
19
10
20
### Bug Fixes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ resolver = "2"
4
4
5
5
[workspace .package ]
6
6
authors = [" Foundry Maintainers" ]
7
- version = " 0.14.1 "
7
+ version = " 0.15.0 "
8
8
rust-version = " 1.83"
9
9
readme = " README.md"
10
10
license = " MIT OR Apache-2.0"
@@ -36,11 +36,11 @@ redundant-lifetimes = "warn"
36
36
all = " warn"
37
37
38
38
[workspace .dependencies ]
39
- foundry-compilers = { path = " crates/compilers" , version = " 0.14.1 " }
40
- foundry-compilers-artifacts = { path = " crates/artifacts/artifacts" , version = " 0.14.1 " }
41
- foundry-compilers-artifacts-solc = { path = " crates/artifacts/solc" , version = " 0.14.1 " }
42
- foundry-compilers-artifacts-vyper = { path = " crates/artifacts/vyper" , version = " 0.14.1 " }
43
- foundry-compilers-core = { path = " crates/core" , version = " 0.14.1 " }
39
+ foundry-compilers = { path = " crates/compilers" , version = " 0.15.0 " }
40
+ foundry-compilers-artifacts = { path = " crates/artifacts/artifacts" , version = " 0.15.0 " }
41
+ foundry-compilers-artifacts-solc = { path = " crates/artifacts/solc" , version = " 0.15.0 " }
42
+ foundry-compilers-artifacts-vyper = { path = " crates/artifacts/vyper" , version = " 0.15.0 " }
43
+ foundry-compilers-core = { path = " crates/core" , version = " 0.15.0 " }
44
44
45
45
alloy-json-abi = { version = " 1.0" , features = [" serde_json" ] }
46
46
alloy-primitives = { version = " 1.0" , features = [" serde" , " rand" ] }
You can’t perform that action at this time.
0 commit comments