@@ -5,10 +5,35 @@ 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.16] ( https://github.com/alloy-rs/core/releases/tag/v0.8.16 ) - 2025-01-01
9+
10+ ### Bug Fixes
11+
12+ - Re-enable foldhash on zkvm ([ #833 ] ( https://github.com/alloy-rs/core/issues/833 ) )
13+ - Allow non-boolean v values for PrimitiveSignature ([ #832 ] ( https://github.com/alloy-rs/core/issues/832 ) )
14+ - [ syn-solidity] Correctly parse invalid bytes* etc as custom ([ #830 ] ( https://github.com/alloy-rs/core/issues/830 ) )
15+
16+ ### Features
17+
18+ - [ dyn-abi] Support parse scientific number ([ #835 ] ( https://github.com/alloy-rs/core/issues/835 ) )
19+ - Re-export ` rayon ` feature ([ #827 ] ( https://github.com/alloy-rs/core/issues/827 ) )
20+
21+ ### Miscellaneous Tasks
22+
23+ - Clippy ([ #834 ] ( https://github.com/alloy-rs/core/issues/834 ) )
24+ - Add clone_inner ([ #825 ] ( https://github.com/alloy-rs/core/issues/825 ) )
25+ - Shorten map type alias names ([ #824 ] ( https://github.com/alloy-rs/core/issues/824 ) )
26+ - [ primitives] Remove rustc-hash workaround ([ #822 ] ( https://github.com/alloy-rs/core/issues/822 ) )
27+
28+ ### Other
29+
30+ - Move deny to ci ([ #821 ] ( https://github.com/alloy-rs/core/issues/821 ) )
31+
832## [ 0.8.15] ( https://github.com/alloy-rs/core/releases/tag/v0.8.15 ) - 2024-12-09
933
1034### Miscellaneous Tasks
1135
36+ - Release 0.8.15
1237- Mark ` Signature ` as deprecated ([ #819 ] ( https://github.com/alloy-rs/core/issues/819 ) )
1338- AsRef for Log ([ #820 ] ( https://github.com/alloy-rs/core/issues/820 ) )
1439- Update release.toml ([ #817 ] ( https://github.com/alloy-rs/core/issues/817 ) )
@@ -36,35 +61,60 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3661### Bug Fixes
3762
3863- [ sol-macro] Expand all getter return types ([ #812 ] ( https://github.com/alloy-rs/core/issues/812 ) )
39- - ` 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 ) )
4164
4265### Dependencies
4366
4467- Remove cron schedule for deps.yml ([ #808 ] ( https://github.com/alloy-rs/core/issues/808 ) )
4568
69+ ### Features
70+
71+ - Expose ` returns ` field for ` DynSolCall ` type ([ #809 ] ( https://github.com/alloy-rs/core/issues/809 ) )
72+
73+ ### Miscellaneous Tasks
74+
75+ - Release 0.8.13 ([ #813 ] ( https://github.com/alloy-rs/core/issues/813 ) )
76+
77+ ### Other
78+
79+ - Make Signature::new a const fn ([ #810 ] ( https://github.com/alloy-rs/core/issues/810 ) )
80+
81+ ## [ 0.8.12] ( https://github.com/alloy-rs/core/releases/tag/v0.8.12 ) - 2024-11-12
82+
83+ ### Bug Fixes
84+
85+ - ` Sealed::hash ` serde ([ #805 ] ( https://github.com/alloy-rs/core/issues/805 ) )
86+
87+ ### Features
88+
89+ - Add ` AsRef ` impl and ` hash ` method to ` Sealed ` ([ #804 ] ( https://github.com/alloy-rs/core/issues/804 ) )
90+
91+ ### Miscellaneous Tasks
92+
93+ - Release 0.8.12 ([ #806 ] ( https://github.com/alloy-rs/core/issues/806 ) )
94+
95+ ## [ 0.8.11] ( https://github.com/alloy-rs/core/releases/tag/v0.8.11 ) - 2024-11-05
96+
97+ ### Bug Fixes
98+
99+ - [ serde] Add alias ` v ` for ` yParity ` ([ #801 ] ( https://github.com/alloy-rs/core/issues/801 ) )
100+
46101### Documentation
47102
48103- Update ethers-rs README note ([ #798 ] ( https://github.com/alloy-rs/core/issues/798 ) )
49104
50105### Features
51106
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 ) )
54107- [ json-abi] Add ` AbiItem::json_type ` ([ #797 ] ( https://github.com/alloy-rs/core/issues/797 ) )
55108- Add has_eip155_value convenience function to signature ([ #791 ] ( https://github.com/alloy-rs/core/issues/791 ) )
56109
57110### Miscellaneous Tasks
58111
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 ) )
61112- Release 0.8.11 ([ #803 ] ( https://github.com/alloy-rs/core/issues/803 ) )
62113- [ json-abi] Clean up utils ([ #794 ] ( https://github.com/alloy-rs/core/issues/794 ) )
63114- [ meta] Update SECURITY.md ([ #793 ] ( https://github.com/alloy-rs/core/issues/793 ) )
64115
65116### Other
66117
67- - Make Signature::new a const fn ([ #810 ] ( https://github.com/alloy-rs/core/issues/810 ) )
68118- Revert "chore: replace Signature with PrimitiveSignature" ([ #800 ] ( https://github.com/alloy-rs/core/issues/800 ) )
69119- Add success job ([ #795 ] ( https://github.com/alloy-rs/core/issues/795 ) )
70120
0 commit comments