File tree 2 files changed +24
-6
lines changed
2 files changed +24
-6
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,20 @@ 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.13.4] ( https://github.com/foundry-rs/compilers/releases/tag/v0.13.4 ) - 2025-03-14
9
+
10
+ ### Bug Fixes
11
+
12
+ - Update normalization ([ #256 ] ( https://github.com/foundry-rs/compilers/issues/256 ) )
13
+
14
+ ### Features
15
+
16
+ - Add osaka evm version ([ #254 ] ( https://github.com/foundry-rs/compilers/issues/254 ) )
17
+
18
+ ### Other
19
+
20
+ - Allow unmaintained paste ([ #255 ] ( https://github.com/foundry-rs/compilers/issues/255 ) )
21
+
8
22
## [ 0.13.3] ( https://github.com/foundry-rs/compilers/releases/tag/v0.13.3 ) - 2025-02-14
9
23
10
24
### Bug Fixes
@@ -15,6 +29,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
29
16
30
- Impl ` .path(&self) ` for ` ContractInfo ` ([ #250 ] ( https://github.com/foundry-rs/compilers/issues/250 ) )
17
31
32
+ ### Miscellaneous Tasks
33
+
34
+ - Release 0.13.3
35
+
18
36
## [ 0.13.2] ( https://github.com/foundry-rs/compilers/releases/tag/v0.13.2 ) - 2025-02-06
19
37
20
38
### 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.13.3 "
7
+ version = " 0.13.4 "
8
8
rust-version = " 1.83"
9
9
readme = " README.md"
10
10
license = " MIT OR Apache-2.0"
@@ -35,11 +35,11 @@ redundant-lifetimes = "warn"
35
35
all = " warn"
36
36
37
37
[workspace .dependencies ]
38
- foundry-compilers = { path = " crates/compilers" , version = " 0.13.3 " }
39
- foundry-compilers-artifacts = { path = " crates/artifacts/artifacts" , version = " 0.13.3 " }
40
- foundry-compilers-artifacts-solc = { path = " crates/artifacts/solc" , version = " 0.13.3 " }
41
- foundry-compilers-artifacts-vyper = { path = " crates/artifacts/vyper" , version = " 0.13.3 " }
42
- foundry-compilers-core = { path = " crates/core" , version = " 0.13.3 " }
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 " }
43
43
44
44
alloy-json-abi = { version = " 0.8" , features = [" serde_json" ] }
45
45
alloy-primitives = { version = " 0.8" , features = [" serde" , " rand" ] }
You can’t perform that action at this time.
0 commit comments