@@ -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.5.7] ( https://github.com/alloy-rs/core/releases/tag/v1.5.7 ) - 2026-02-18
9+
10+ ### Bug Fixes
11+
12+ - [ sol-macro] Prevent direct String usage in expanded code ([ #1076 ] ( https://github.com/alloy-rs/core/issues/1076 ) )
13+
814## [ 1.5.6] ( https://github.com/alloy-rs/core/releases/tag/v1.5.6 ) - 2026-02-12
915
1016### Dependencies
@@ -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.5.6
1623- Fix changelog
1724
1825## [ 1.5.5] ( https://github.com/alloy-rs/core/releases/tag/v1.5.5 ) - 2026-02-11
@@ -321,47 +328,74 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
321328
322329## [ 1.0.0] ( https://github.com/alloy-rs/core/releases/tag/v1.0.0 ) - 2025-04-03
323330
331+ ### Features
332+
333+ - [ primitives] Supporting diesel @ 2.2 ([ #915 ] ( https://github.com/alloy-rs/core/issues/915 ) )
334+ - 1.0-rc.1
335+ - Bump ruint, adjust rand feature
336+
337+ ### Miscellaneous Tasks
338+
339+ - Release 1.0.0
340+ - Release 1.0.0-rc.1
341+ - Release 0.8.25
342+
343+ ### Other
344+
345+ - Merge branch 'main' into v1.0-rc
346+
347+ ### Testing
348+
349+ - Missing import
350+ - [ dyn-abi] Remove dev-dependency on self
351+
352+ ## [ 0.8.24] ( https://github.com/alloy-rs/core/releases/tag/v0.8.24 ) - 2025-03-21
353+
354+ ### Features
355+
356+ - [ sol-macro] Improve call return encoding ([ #909 ] ( https://github.com/alloy-rs/core/issues/909 ) )
357+
358+ ## [ 0.8.23] ( https://github.com/alloy-rs/core/releases/tag/v0.8.23 ) - 2025-03-13
359+
324360### Bug Fixes
325361
326362- [ ` sol-expander ` ] Rename from/into + impl From ([ #905 ] ( https://github.com/alloy-rs/core/issues/905 ) )
327363- [ ` sol! ` ] Pass correct call_struct to call_builder in expansion ([ #901 ] ( https://github.com/alloy-rs/core/issues/901 ) )
328364- [ sol-macro] Rm fake transport from contract expansion ([ #865 ] ( https://github.com/alloy-rs/core/issues/865 ) )
329- - [ primitives] Remove undefined behavior in FixedBytes ([ #919 ] ( https://github.com/alloy-rs/core/issues/919 ) )
330- - Do not rely on bytes dependency in ` wrap_fixed_bytes! ` ([ #918 ] ( https://github.com/alloy-rs/core/issues/918 ) )
331365
332366### Dependencies
333367
334368- [ deps] Bump getrandom to 0.3, rand to 0.9 ([ #869 ] ( https://github.com/alloy-rs/core/issues/869 ) )
335369
336370### Features
337371
338- - [ primitives] Supporting diesel @ 2.2 ([ #915 ] ( https://github.com/alloy-rs/core/issues/915 ) )
339- - 1.0-rc.1
340- - Bump ruint, adjust rand feature
341- - [ sol-macro] Improve call return encoding ([ #909 ] ( https://github.com/alloy-rs/core/issues/909 ) )
342372- [ primitives] Remove ` From<String> for Bytes ` ([ #907 ] ( https://github.com/alloy-rs/core/issues/907 ) )
343373- [ ` sol! ` ] Gen unit/tuple structs for errors, calls, events with 0/1 param ([ #883 ] ( https://github.com/alloy-rs/core/issues/883 ) )
344374- [ sol-macro] Function calls should directly yield result ([ #855 ] ( https://github.com/alloy-rs/core/issues/855 ) )
345375- [ sol-types] Rm ` validate: bool ` ([ #863 ] ( https://github.com/alloy-rs/core/issues/863 ) )
346- - Add inner mut ([ #921 ] ( https://github.com/alloy-rs/core/issues/921 ) )
347376
348377### Miscellaneous Tasks
349378
350- - Release 1.0.0
351- - Release 1.0.0-rc.1
352- - Release 0.8.25
353379- Remove deprecated ` Signature ` ([ #899 ] ( https://github.com/alloy-rs/core/issues/899 ) )
354- - Add hash_ref function to sealed.rs ([ #920 ] ( https://github.com/alloy-rs/core/issues/920 ) )
355380
356381### Other
357382
358- - Merge branch 'main' into v1.0-rc
359383- Merge branch 'main' into v1.0-rc
360384
361- ### Testing
385+ ## [ 1.0.0 ] ( https://github.com/alloy-rs/core/releases/tag/v1.0.0 ) - 2025-04-03
362386
363- - Missing import
364- - [ dyn-abi] Remove dev-dependency on self
387+ ### Bug Fixes
388+
389+ - [ primitives] Remove undefined behavior in FixedBytes ([ #919 ] ( https://github.com/alloy-rs/core/issues/919 ) )
390+ - Do not rely on bytes dependency in ` wrap_fixed_bytes! ` ([ #918 ] ( https://github.com/alloy-rs/core/issues/918 ) )
391+
392+ ### Features
393+
394+ - Add inner mut ([ #921 ] ( https://github.com/alloy-rs/core/issues/921 ) )
395+
396+ ### Miscellaneous Tasks
397+
398+ - Add hash_ref function to sealed.rs ([ #920 ] ( https://github.com/alloy-rs/core/issues/920 ) )
365399
366400## [ 0.8.24] ( https://github.com/alloy-rs/core/releases/tag/v0.8.24 ) - 2025-03-21
367401
0 commit comments