File tree Expand file tree Collapse file tree 37 files changed +69
-1
lines changed Expand file tree Collapse file tree 37 files changed +69
-1
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.6.4] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.4 ) - 2024-11-12
9
+
10
+ ### Bug Fixes
11
+
12
+ - Make EIP-155 signatures logic safer ([ #1641 ] ( https://github.com/alloy-rs/alloy/issues/1641 ) )
13
+
14
+ ### Other
15
+
16
+ - Add trait method ` Transaction::effective_gas_price ` ([ #1640 ] ( https://github.com/alloy-rs/alloy/issues/1640 ) )
17
+
8
18
## [ 0.6.3] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.3 ) - 2024-11-12
9
19
10
20
### Bug Fixes
@@ -19,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
29
20
30
### Miscellaneous Tasks
21
31
32
+ - Release 0.6.3
22
33
- Ignore derivative ([ #1639 ] ( https://github.com/alloy-rs/alloy/issues/1639 ) )
23
34
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
24
35
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ members = ["crates/*"]
3
3
resolver = " 2"
4
4
5
5
[workspace .package ]
6
- version = " 0.6.3 "
6
+ version = " 0.6.4 "
7
7
edition = " 2021"
8
8
rust-version = " 1.79"
9
9
authors = [" Alloy Contributors" ]
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
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.6.4] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.4 ) - 2024-11-12
9
+
10
+ ### Bug Fixes
11
+
12
+ - Make EIP-155 signatures logic safer ([ #1641 ] ( https://github.com/alloy-rs/alloy/issues/1641 ) )
13
+
14
+ ### Other
15
+
16
+ - Add trait method ` Transaction::effective_gas_price ` ([ #1640 ] ( https://github.com/alloy-rs/alloy/issues/1640 ) )
17
+
8
18
## [ 0.6.3] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.3 ) - 2024-11-12
9
19
10
20
### Bug Fixes
@@ -17,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
27
18
28
### Miscellaneous Tasks
19
29
30
+ - Release 0.6.3
20
31
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
21
32
22
33
### Other
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
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.
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.6.4] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.4 ) - 2024-11-12
9
+
10
+ ### Other
11
+
12
+ - Add trait method ` Transaction::effective_gas_price ` ([ #1640 ] ( https://github.com/alloy-rs/alloy/issues/1640 ) )
13
+
8
14
## [ 0.6.3] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.3 ) - 2024-11-12
9
15
10
16
### Features
@@ -13,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
19
14
20
### Miscellaneous Tasks
15
21
22
+ - Release 0.6.3
16
23
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
17
24
18
25
### Other
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13
13
14
14
### Miscellaneous Tasks
15
15
16
+ - Release 0.6.3
16
17
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
17
18
18
19
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
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.
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.6.4] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.4 ) - 2024-11-12
9
+
10
+ ### Other
11
+
12
+ - Add trait method ` Transaction::effective_gas_price ` ([ #1640 ] ( https://github.com/alloy-rs/alloy/issues/1640 ) )
13
+
8
14
## [ 0.6.3] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.3 ) - 2024-11-12
9
15
10
16
### Bug Fixes
@@ -14,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14
20
15
21
### Miscellaneous Tasks
16
22
23
+ - Release 0.6.3
17
24
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
18
25
19
26
### Other
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Miscellaneous Tasks
11
11
12
+ - Release 0.6.3
12
13
- Release 0.6.2 ([ #1632 ] ( https://github.com/alloy-rs/alloy/issues/1632 ) )
13
14
14
15
## [ 0.6.1] ( https://github.com/alloy-rs/alloy/releases/tag/v0.6.1 ) - 2024-11-06
You can’t perform that action at this time.
0 commit comments