@@ -5,75 +5,66 @@ 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.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
0 commit comments