@@ -5,6 +5,12 @@ 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+ ## [ 1.1.2] ( https://github.com/alloy-rs/core/releases/tag/v1.1.2 ) - 2025-05-20
9+
10+ ### Dependencies
11+
12+ - Enhance eip712 string parser to canonicalize inputs ([ #950 ] ( https://github.com/alloy-rs/core/issues/950 ) )
13+
814## [ 1.1.1] ( https://github.com/alloy-rs/core/releases/tag/v1.1.1 ) - 2025-05-19
915
1016### Features
@@ -13,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1319
1420### Miscellaneous Tasks
1521
22+ - Release 1.1.1
1623- Re-use alloy_primitives::hex ([ #952 ] ( https://github.com/alloy-rs/core/issues/952 ) )
1724
1825### Other
@@ -47,74 +54,47 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4754
4855## [ 1.0.0] ( https://github.com/alloy-rs/core/releases/tag/v1.0.0 ) - 2025-04-03
4956
50- ### Features
51-
52- - [ primitives] Supporting diesel @ 2.2 ([ #915 ] ( https://github.com/alloy-rs/core/issues/915 ) )
53- - 1.0-rc.1
54- - Bump ruint, adjust rand feature
55-
56- ### Miscellaneous Tasks
57-
58- - Release 1.0.0
59- - Release 1.0.0-rc.1
60- - Release 0.8.25
61-
62- ### Other
63-
64- - Merge branch 'main' into v1.0-rc
65-
66- ### Testing
67-
68- - Missing import
69- - [ dyn-abi] Remove dev-dependency on self
70-
71- ## [ 0.8.24] ( https://github.com/alloy-rs/core/releases/tag/v0.8.24 ) - 2025-03-21
72-
73- ### Features
74-
75- - [ sol-macro] Improve call return encoding ([ #909 ] ( https://github.com/alloy-rs/core/issues/909 ) )
76-
77- ## [ 0.8.23] ( https://github.com/alloy-rs/core/releases/tag/v0.8.23 ) - 2025-03-13
78-
7957### Bug Fixes
8058
8159- [ ` sol-expander ` ] Rename from/into + impl From ([ #905 ] ( https://github.com/alloy-rs/core/issues/905 ) )
8260- [ ` sol! ` ] Pass correct call_struct to call_builder in expansion ([ #901 ] ( https://github.com/alloy-rs/core/issues/901 ) )
8361- [ sol-macro] Rm fake transport from contract expansion ([ #865 ] ( https://github.com/alloy-rs/core/issues/865 ) )
62+ - [ primitives] Remove undefined behavior in FixedBytes ([ #919 ] ( https://github.com/alloy-rs/core/issues/919 ) )
63+ - Do not rely on bytes dependency in ` wrap_fixed_bytes! ` ([ #918 ] ( https://github.com/alloy-rs/core/issues/918 ) )
8464
8565### Dependencies
8666
8767- [ deps] Bump getrandom to 0.3, rand to 0.9 ([ #869 ] ( https://github.com/alloy-rs/core/issues/869 ) )
8868
8969### Features
9070
71+ - [ primitives] Supporting diesel @ 2.2 ([ #915 ] ( https://github.com/alloy-rs/core/issues/915 ) )
72+ - 1.0-rc.1
73+ - Bump ruint, adjust rand feature
74+ - [ sol-macro] Improve call return encoding ([ #909 ] ( https://github.com/alloy-rs/core/issues/909 ) )
9175- [ primitives] Remove ` From<String> for Bytes ` ([ #907 ] ( https://github.com/alloy-rs/core/issues/907 ) )
9276- [ ` sol! ` ] Gen unit/tuple structs for errors, calls, events with 0/1 param ([ #883 ] ( https://github.com/alloy-rs/core/issues/883 ) )
9377- [ sol-macro] Function calls should directly yield result ([ #855 ] ( https://github.com/alloy-rs/core/issues/855 ) )
9478- [ sol-types] Rm ` validate: bool ` ([ #863 ] ( https://github.com/alloy-rs/core/issues/863 ) )
79+ - Add inner mut ([ #921 ] ( https://github.com/alloy-rs/core/issues/921 ) )
9580
9681### Miscellaneous Tasks
9782
83+ - Release 1.0.0
84+ - Release 1.0.0-rc.1
85+ - Release 0.8.25
9886- Remove deprecated ` Signature ` ([ #899 ] ( https://github.com/alloy-rs/core/issues/899 ) )
87+ - Add hash_ref function to sealed.rs ([ #920 ] ( https://github.com/alloy-rs/core/issues/920 ) )
9988
10089### Other
10190
91+ - Merge branch 'main' into v1.0-rc
10292- Merge branch 'main' into v1.0-rc
10393
104- ## [ 1.0.0] ( https://github.com/alloy-rs/core/releases/tag/v1.0.0 ) - 2025-04-03
105-
106- ### Bug Fixes
107-
108- - [ primitives] Remove undefined behavior in FixedBytes ([ #919 ] ( https://github.com/alloy-rs/core/issues/919 ) )
109- - Do not rely on bytes dependency in ` wrap_fixed_bytes! ` ([ #918 ] ( https://github.com/alloy-rs/core/issues/918 ) )
110-
111- ### Features
112-
113- - Add inner mut ([ #921 ] ( https://github.com/alloy-rs/core/issues/921 ) )
114-
115- ### Miscellaneous Tasks
94+ ### Testing
11695
117- - Add hash_ref function to sealed.rs ([ #920 ] ( https://github.com/alloy-rs/core/issues/920 ) )
96+ - Missing import
97+ - [ dyn-abi] Remove dev-dependency on self
11898
11999## [ 0.8.24] ( https://github.com/alloy-rs/core/releases/tag/v0.8.24 ) - 2025-03-21
120100
@@ -329,60 +309,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
329309### Bug Fixes
330310
331311- [ sol-macro] Expand all getter return types ([ #812 ] ( https://github.com/alloy-rs/core/issues/812 ) )
312+ - ` Sealed::hash ` serde ([ #805 ] ( https://github.com/alloy-rs/core/issues/805 ) )
313+ - [ serde] Add alias ` v ` for ` yParity ` ([ #801 ] ( https://github.com/alloy-rs/core/issues/801 ) )
332314
333315### Dependencies
334316
335317- Remove cron schedule for deps.yml ([ #808 ] ( https://github.com/alloy-rs/core/issues/808 ) )
336318
337- ### Features
338-
339- - Expose ` returns ` field for ` DynSolCall ` type ([ #809 ] ( https://github.com/alloy-rs/core/issues/809 ) )
340-
341- ### Miscellaneous Tasks
342-
343- - Release 0.8.13 ([ #813 ] ( https://github.com/alloy-rs/core/issues/813 ) )
344-
345- ### Other
346-
347- - Make Signature::new a const fn ([ #810 ] ( https://github.com/alloy-rs/core/issues/810 ) )
348-
349- ## [ 0.8.12] ( https://github.com/alloy-rs/core/releases/tag/v0.8.12 ) - 2024-11-12
350-
351- ### Bug Fixes
352-
353- - ` Sealed::hash ` serde ([ #805 ] ( https://github.com/alloy-rs/core/issues/805 ) )
354-
355- ### Features
356-
357- - Add ` AsRef ` impl and ` hash ` method to ` Sealed ` ([ #804 ] ( https://github.com/alloy-rs/core/issues/804 ) )
358-
359- ### Miscellaneous Tasks
360-
361- - Release 0.8.12 ([ #806 ] ( https://github.com/alloy-rs/core/issues/806 ) )
362-
363- ## [ 0.8.11] ( https://github.com/alloy-rs/core/releases/tag/v0.8.11 ) - 2024-11-05
364-
365- ### Bug Fixes
366-
367- - [ serde] Add alias ` v ` for ` yParity ` ([ #801 ] ( https://github.com/alloy-rs/core/issues/801 ) )
368-
369319### Documentation
370320
371321- Update ethers-rs README note ([ #798 ] ( https://github.com/alloy-rs/core/issues/798 ) )
372322
373323### Features
374324
325+ - Expose ` returns ` field for ` DynSolCall ` type ([ #809 ] ( https://github.com/alloy-rs/core/issues/809 ) )
326+ - Add ` AsRef ` impl and ` hash ` method to ` Sealed ` ([ #804 ] ( https://github.com/alloy-rs/core/issues/804 ) )
375327- [ json-abi] Add ` AbiItem::json_type ` ([ #797 ] ( https://github.com/alloy-rs/core/issues/797 ) )
376328- Add has_eip155_value convenience function to signature ([ #791 ] ( https://github.com/alloy-rs/core/issues/791 ) )
377329
378330### Miscellaneous Tasks
379331
332+ - Release 0.8.13 ([ #813 ] ( https://github.com/alloy-rs/core/issues/813 ) )
333+ - Release 0.8.12 ([ #806 ] ( https://github.com/alloy-rs/core/issues/806 ) )
380334- Release 0.8.11 ([ #803 ] ( https://github.com/alloy-rs/core/issues/803 ) )
381335- [ json-abi] Clean up utils ([ #794 ] ( https://github.com/alloy-rs/core/issues/794 ) )
382336- [ meta] Update SECURITY.md ([ #793 ] ( https://github.com/alloy-rs/core/issues/793 ) )
383337
384338### Other
385339
340+ - Make Signature::new a const fn ([ #810 ] ( https://github.com/alloy-rs/core/issues/810 ) )
386341- Revert "chore: replace Signature with PrimitiveSignature" ([ #800 ] ( https://github.com/alloy-rs/core/issues/800 ) )
387342- Add success job ([ #795 ] ( https://github.com/alloy-rs/core/issues/795 ) )
388343
0 commit comments