Skip to content

Commit c268e8d

Browse files
committed
chore: release 0.8.15
1 parent ed0837c commit c268e8d

File tree

12 files changed

+89
-144
lines changed

12 files changed

+89
-144
lines changed

CHANGELOG.md

Lines changed: 21 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,75 +5,66 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.8.14](https://github.com/alloy-rs/core/releases/tag/v0.8.14) - 2024-11-28
9-
10-
### Dependencies
8+
## [0.8.15](https://github.com/alloy-rs/core/releases/tag/v0.8.15) - 2024-12-09
119

12-
- Bump MSRV to 1.81 ([#790](https://github.com/alloy-rs/core/issues/790))
13-
14-
### Features
10+
### Miscellaneous Tasks
1511

16-
- Switch all std::error to core::error ([#815](https://github.com/alloy-rs/core/issues/815))
12+
- Mark `Signature` as deprecated ([#819](https://github.com/alloy-rs/core/issues/819))
13+
- AsRef for Log ([#820](https://github.com/alloy-rs/core/issues/820))
14+
- Update release.toml ([#817](https://github.com/alloy-rs/core/issues/817))
1715

18-
## [0.8.13](https://github.com/alloy-rs/core/releases/tag/v0.8.13) - 2024-11-26
16+
### Other
1917

20-
### Bug Fixes
18+
- Remove unsafe code from macro expansions ([#818](https://github.com/alloy-rs/core/issues/818))
2119

22-
- [sol-macro] Expand all getter return types ([#812](https://github.com/alloy-rs/core/issues/812))
20+
## [0.8.14](https://github.com/alloy-rs/core/releases/tag/v0.8.14) - 2024-11-28
2321

2422
### Dependencies
2523

26-
- Remove cron schedule for deps.yml ([#808](https://github.com/alloy-rs/core/issues/808))
24+
- Bump MSRV to 1.81 ([#790](https://github.com/alloy-rs/core/issues/790))
2725

2826
### Features
2927

30-
- Expose `returns` field for `DynSolCall` type ([#809](https://github.com/alloy-rs/core/issues/809))
28+
- Switch all std::error to core::error ([#815](https://github.com/alloy-rs/core/issues/815))
3129

3230
### Miscellaneous Tasks
3331

34-
- Release 0.8.13 ([#813](https://github.com/alloy-rs/core/issues/813))
35-
36-
### Other
37-
38-
- Make Signature::new a const fn ([#810](https://github.com/alloy-rs/core/issues/810))
32+
- Release 0.8.14
3933

40-
## [0.8.12](https://github.com/alloy-rs/core/releases/tag/v0.8.12) - 2024-11-12
34+
## [0.8.13](https://github.com/alloy-rs/core/releases/tag/v0.8.13) - 2024-11-26
4135

4236
### Bug Fixes
4337

38+
- [sol-macro] Expand all getter return types ([#812](https://github.com/alloy-rs/core/issues/812))
4439
- `Sealed::hash` serde ([#805](https://github.com/alloy-rs/core/issues/805))
40+
- [serde] Add alias `v` for `yParity` ([#801](https://github.com/alloy-rs/core/issues/801))
4541

46-
### Features
47-
48-
- Add `AsRef` impl and `hash` method to `Sealed` ([#804](https://github.com/alloy-rs/core/issues/804))
49-
50-
### Miscellaneous Tasks
51-
52-
- Release 0.8.12 ([#806](https://github.com/alloy-rs/core/issues/806))
53-
54-
## [0.8.11](https://github.com/alloy-rs/core/releases/tag/v0.8.11) - 2024-11-05
55-
56-
### Bug Fixes
42+
### Dependencies
5743

58-
- [serde] Add alias `v` for `yParity` ([#801](https://github.com/alloy-rs/core/issues/801))
44+
- Remove cron schedule for deps.yml ([#808](https://github.com/alloy-rs/core/issues/808))
5945

6046
### Documentation
6147

6248
- Update ethers-rs README note ([#798](https://github.com/alloy-rs/core/issues/798))
6349

6450
### Features
6551

52+
- Expose `returns` field for `DynSolCall` type ([#809](https://github.com/alloy-rs/core/issues/809))
53+
- Add `AsRef` impl and `hash` method to `Sealed` ([#804](https://github.com/alloy-rs/core/issues/804))
6654
- [json-abi] Add `AbiItem::json_type` ([#797](https://github.com/alloy-rs/core/issues/797))
6755
- Add has_eip155_value convenience function to signature ([#791](https://github.com/alloy-rs/core/issues/791))
6856

6957
### Miscellaneous Tasks
7058

59+
- Release 0.8.13 ([#813](https://github.com/alloy-rs/core/issues/813))
60+
- Release 0.8.12 ([#806](https://github.com/alloy-rs/core/issues/806))
7161
- Release 0.8.11 ([#803](https://github.com/alloy-rs/core/issues/803))
7262
- [json-abi] Clean up utils ([#794](https://github.com/alloy-rs/core/issues/794))
7363
- [meta] Update SECURITY.md ([#793](https://github.com/alloy-rs/core/issues/793))
7464

7565
### Other
7666

67+
- Make Signature::new a const fn ([#810](https://github.com/alloy-rs/core/issues/810))
7768
- Revert "chore: replace Signature with PrimitiveSignature" ([#800](https://github.com/alloy-rs/core/issues/800))
7869
- Add success job ([#795](https://github.com/alloy-rs/core/issues/795))
7970

Cargo.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*", "tests/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.8.14"
6+
version = "0.8.15"
77
edition = "2021"
88
rust-version = "1.81"
99
authors = ["Alloy Contributors"]
@@ -39,16 +39,16 @@ all = "warn"
3939

4040
[workspace.dependencies]
4141
# workspace crates
42-
alloy-core = { version = "0.8.14", path = "crates/core", default-features = false }
43-
alloy-dyn-abi = { version = "0.8.14", path = "crates/dyn-abi", default-features = false }
44-
alloy-json-abi = { version = "0.8.14", path = "crates/json-abi", default-features = false }
45-
alloy-primitives = { version = "0.8.14", path = "crates/primitives", default-features = false }
46-
alloy-sol-macro = { version = "0.8.14", path = "crates/sol-macro", default-features = false }
47-
alloy-sol-macro-input = { version = "0.8.14", path = "crates/sol-macro-input", default-features = false }
48-
alloy-sol-macro-expander = { version = "0.8.14", path = "crates/sol-macro-expander", default-features = false }
49-
alloy-sol-type-parser = { version = "0.8.14", path = "crates/sol-type-parser", default-features = false }
50-
alloy-sol-types = { version = "0.8.14", path = "crates/sol-types", default-features = false }
51-
syn-solidity = { version = "0.8.14", path = "crates/syn-solidity", default-features = false }
42+
alloy-core = { version = "0.8.15", path = "crates/core", default-features = false }
43+
alloy-dyn-abi = { version = "0.8.15", path = "crates/dyn-abi", default-features = false }
44+
alloy-json-abi = { version = "0.8.15", path = "crates/json-abi", default-features = false }
45+
alloy-primitives = { version = "0.8.15", path = "crates/primitives", default-features = false }
46+
alloy-sol-macro = { version = "0.8.15", path = "crates/sol-macro", default-features = false }
47+
alloy-sol-macro-input = { version = "0.8.15", path = "crates/sol-macro-input", default-features = false }
48+
alloy-sol-macro-expander = { version = "0.8.15", path = "crates/sol-macro-expander", default-features = false }
49+
alloy-sol-type-parser = { version = "0.8.15", path = "crates/sol-type-parser", default-features = false }
50+
alloy-sol-types = { version = "0.8.15", path = "crates/sol-types", default-features = false }
51+
syn-solidity = { version = "0.8.15", path = "crates/syn-solidity", default-features = false }
5252

5353
# serde
5454
serde = { version = "1.0", default-features = false, features = ["alloc"] }

crates/core/CHANGELOG.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.8.13](https://github.com/alloy-rs/core/releases/tag/v0.8.13) - 2024-11-26
8+
## [0.8.14](https://github.com/alloy-rs/core/releases/tag/v0.8.14) - 2024-11-28
99

1010
### Miscellaneous Tasks
1111

12-
- Release 0.8.13 ([#813](https://github.com/alloy-rs/core/issues/813))
12+
- Release 0.8.14
1313

14-
## [0.8.12](https://github.com/alloy-rs/core/releases/tag/v0.8.12) - 2024-11-12
14+
## [0.8.13](https://github.com/alloy-rs/core/releases/tag/v0.8.13) - 2024-11-26
1515

1616
### Miscellaneous Tasks
1717

18+
- Release 0.8.13 ([#813](https://github.com/alloy-rs/core/issues/813))
1819
- Release 0.8.12 ([#806](https://github.com/alloy-rs/core/issues/806))
19-
20-
## [0.8.11](https://github.com/alloy-rs/core/releases/tag/v0.8.11) - 2024-11-05
21-
22-
### Miscellaneous Tasks
23-
2420
- Release 0.8.11 ([#803](https://github.com/alloy-rs/core/issues/803))
2521

2622
## [0.8.10](https://github.com/alloy-rs/core/releases/tag/v0.8.10) - 2024-10-28

crates/dyn-abi/CHANGELOG.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
- Switch all std::error to core::error ([#815](https://github.com/alloy-rs/core/issues/815))
1717

18+
### Miscellaneous Tasks
19+
20+
- Release 0.8.14
21+
1822
## [0.8.13](https://github.com/alloy-rs/core/releases/tag/v0.8.13) - 2024-11-26
1923

2024
### Features
@@ -24,17 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2428
### Miscellaneous Tasks
2529

2630
- Release 0.8.13 ([#813](https://github.com/alloy-rs/core/issues/813))
27-
28-
## [0.8.12](https://github.com/alloy-rs/core/releases/tag/v0.8.12) - 2024-11-12
29-
30-
### Miscellaneous Tasks
31-
3231
- Release 0.8.12 ([#806](https://github.com/alloy-rs/core/issues/806))
33-
34-
## [0.8.11](https://github.com/alloy-rs/core/releases/tag/v0.8.11) - 2024-11-05
35-
36-
### Miscellaneous Tasks
37-
3832
- Release 0.8.11 ([#803](https://github.com/alloy-rs/core/issues/803))
3933

4034
## [0.8.10](https://github.com/alloy-rs/core/releases/tag/v0.8.10) - 2024-10-28

crates/json-abi/CHANGELOG.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,22 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.8.13](https://github.com/alloy-rs/core/releases/tag/v0.8.13) - 2024-11-26
9-
10-
### Miscellaneous Tasks
11-
12-
- Release 0.8.13 ([#813](https://github.com/alloy-rs/core/issues/813))
13-
14-
## [0.8.12](https://github.com/alloy-rs/core/releases/tag/v0.8.12) - 2024-11-12
8+
## [0.8.14](https://github.com/alloy-rs/core/releases/tag/v0.8.14) - 2024-11-28
159

1610
### Miscellaneous Tasks
1711

18-
- Release 0.8.12 ([#806](https://github.com/alloy-rs/core/issues/806))
12+
- Release 0.8.14
1913

20-
## [0.8.11](https://github.com/alloy-rs/core/releases/tag/v0.8.11) - 2024-11-05
14+
## [0.8.13](https://github.com/alloy-rs/core/releases/tag/v0.8.13) - 2024-11-26
2115

2216
### Features
2317

2418
- [json-abi] Add `AbiItem::json_type` ([#797](https://github.com/alloy-rs/core/issues/797))
2519

2620
### Miscellaneous Tasks
2721

22+
- Release 0.8.13 ([#813](https://github.com/alloy-rs/core/issues/813))
23+
- Release 0.8.12 ([#806](https://github.com/alloy-rs/core/issues/806))
2824
- Release 0.8.11 ([#803](https://github.com/alloy-rs/core/issues/803))
2925
- [json-abi] Clean up utils ([#794](https://github.com/alloy-rs/core/issues/794))
3026

crates/primitives/CHANGELOG.md

Lines changed: 13 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.8.15](https://github.com/alloy-rs/core/releases/tag/v0.8.15) - 2024-12-09
9+
10+
### Miscellaneous Tasks
11+
12+
- Mark `Signature` as deprecated ([#819](https://github.com/alloy-rs/core/issues/819))
13+
- AsRef for Log ([#820](https://github.com/alloy-rs/core/issues/820))
14+
815
## [0.8.14](https://github.com/alloy-rs/core/releases/tag/v0.8.14) - 2024-11-28
916

1017
### Dependencies
@@ -15,46 +22,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1522

1623
- Switch all std::error to core::error ([#815](https://github.com/alloy-rs/core/issues/815))
1724

18-
## [0.8.13](https://github.com/alloy-rs/core/releases/tag/v0.8.13) - 2024-11-26
19-
2025
### Miscellaneous Tasks
2126

22-
- Release 0.8.13 ([#813](https://github.com/alloy-rs/core/issues/813))
23-
24-
### Other
25-
26-
- Make Signature::new a const fn ([#810](https://github.com/alloy-rs/core/issues/810))
27+
- Release 0.8.14
2728

28-
## [0.8.12](https://github.com/alloy-rs/core/releases/tag/v0.8.12) - 2024-11-12
29+
## [0.8.13](https://github.com/alloy-rs/core/releases/tag/v0.8.13) - 2024-11-26
2930

3031
### Bug Fixes
3132

3233
- `Sealed::hash` serde ([#805](https://github.com/alloy-rs/core/issues/805))
33-
34-
### Features
35-
36-
- Add `AsRef` impl and `hash` method to `Sealed` ([#804](https://github.com/alloy-rs/core/issues/804))
37-
38-
### Miscellaneous Tasks
39-
40-
- Release 0.8.12 ([#806](https://github.com/alloy-rs/core/issues/806))
41-
42-
## [0.8.11](https://github.com/alloy-rs/core/releases/tag/v0.8.11) - 2024-11-05
43-
44-
### Bug Fixes
45-
4634
- [serde] Add alias `v` for `yParity` ([#801](https://github.com/alloy-rs/core/issues/801))
4735

4836
### Features
4937

38+
- Add `AsRef` impl and `hash` method to `Sealed` ([#804](https://github.com/alloy-rs/core/issues/804))
5039
- Add has_eip155_value convenience function to signature ([#791](https://github.com/alloy-rs/core/issues/791))
5140

5241
### Miscellaneous Tasks
5342

43+
- Release 0.8.13 ([#813](https://github.com/alloy-rs/core/issues/813))
44+
- Release 0.8.12 ([#806](https://github.com/alloy-rs/core/issues/806))
5445
- Release 0.8.11 ([#803](https://github.com/alloy-rs/core/issues/803))
5546

5647
### Other
5748

49+
- Make Signature::new a const fn ([#810](https://github.com/alloy-rs/core/issues/810))
5850
- Revert "chore: replace Signature with PrimitiveSignature" ([#800](https://github.com/alloy-rs/core/issues/800))
5951

6052
### Performance

crates/sol-macro-expander/CHANGELOG.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.8.15](https://github.com/alloy-rs/core/releases/tag/v0.8.15) - 2024-12-09
9+
10+
### Other
11+
12+
- Remove unsafe code from macro expansions ([#818](https://github.com/alloy-rs/core/issues/818))
13+
14+
## [0.8.14](https://github.com/alloy-rs/core/releases/tag/v0.8.14) - 2024-11-28
15+
16+
### Miscellaneous Tasks
17+
18+
- Release 0.8.14
19+
820
## [0.8.13](https://github.com/alloy-rs/core/releases/tag/v0.8.13) - 2024-11-26
921

1022
### Bug Fixes
@@ -18,17 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1830
### Miscellaneous Tasks
1931

2032
- Release 0.8.13 ([#813](https://github.com/alloy-rs/core/issues/813))
21-
22-
## [0.8.12](https://github.com/alloy-rs/core/releases/tag/v0.8.12) - 2024-11-12
23-
24-
### Miscellaneous Tasks
25-
2633
- Release 0.8.12 ([#806](https://github.com/alloy-rs/core/issues/806))
27-
28-
## [0.8.11](https://github.com/alloy-rs/core/releases/tag/v0.8.11) - 2024-11-05
29-
30-
### Miscellaneous Tasks
31-
3234
- Release 0.8.11 ([#803](https://github.com/alloy-rs/core/issues/803))
3335

3436
## [0.8.10](https://github.com/alloy-rs/core/releases/tag/v0.8.10) - 2024-10-28

crates/sol-macro-input/CHANGELOG.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.8.13](https://github.com/alloy-rs/core/releases/tag/v0.8.13) - 2024-11-26
8+
## [0.8.14](https://github.com/alloy-rs/core/releases/tag/v0.8.14) - 2024-11-28
99

1010
### Miscellaneous Tasks
1111

12-
- Release 0.8.13 ([#813](https://github.com/alloy-rs/core/issues/813))
12+
- Release 0.8.14
1313

14-
## [0.8.12](https://github.com/alloy-rs/core/releases/tag/v0.8.12) - 2024-11-12
14+
## [0.8.13](https://github.com/alloy-rs/core/releases/tag/v0.8.13) - 2024-11-26
1515

1616
### Miscellaneous Tasks
1717

18+
- Release 0.8.13 ([#813](https://github.com/alloy-rs/core/issues/813))
1819
- Release 0.8.12 ([#806](https://github.com/alloy-rs/core/issues/806))
19-
20-
## [0.8.11](https://github.com/alloy-rs/core/releases/tag/v0.8.11) - 2024-11-05
21-
22-
### Miscellaneous Tasks
23-
2420
- Release 0.8.11 ([#803](https://github.com/alloy-rs/core/issues/803))
2521

2622
## [0.8.10](https://github.com/alloy-rs/core/releases/tag/v0.8.10) - 2024-10-28

crates/sol-macro/CHANGELOG.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.8.13](https://github.com/alloy-rs/core/releases/tag/v0.8.13) - 2024-11-26
8+
## [0.8.14](https://github.com/alloy-rs/core/releases/tag/v0.8.14) - 2024-11-28
99

1010
### Miscellaneous Tasks
1111

12-
- Release 0.8.13 ([#813](https://github.com/alloy-rs/core/issues/813))
12+
- Release 0.8.14
1313

14-
## [0.8.12](https://github.com/alloy-rs/core/releases/tag/v0.8.12) - 2024-11-12
14+
## [0.8.13](https://github.com/alloy-rs/core/releases/tag/v0.8.13) - 2024-11-26
1515

1616
### Miscellaneous Tasks
1717

18+
- Release 0.8.13 ([#813](https://github.com/alloy-rs/core/issues/813))
1819
- Release 0.8.12 ([#806](https://github.com/alloy-rs/core/issues/806))
19-
20-
## [0.8.11](https://github.com/alloy-rs/core/releases/tag/v0.8.11) - 2024-11-05
21-
22-
### Miscellaneous Tasks
23-
2420
- Release 0.8.11 ([#803](https://github.com/alloy-rs/core/issues/803))
2521

2622
## [0.8.10](https://github.com/alloy-rs/core/releases/tag/v0.8.10) - 2024-10-28

0 commit comments

Comments
 (0)