Skip to content

Commit d913402

Browse files
committed
chore: release 1.5.5
1 parent a12d703 commit d913402

File tree

12 files changed

+22
-7687
lines changed

12 files changed

+22
-7687
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1844 deletions
Large diffs are not rendered by default.

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 = "1.5.4"
6+
version = "1.5.5"
77
edition = "2024"
88
rust-version = "1.85"
99
authors = ["Alloy Contributors"]
@@ -35,16 +35,16 @@ all = "warn"
3535

3636
[workspace.dependencies]
3737
# workspace crates
38-
alloy-core = { version = "1.5.4", path = "crates/core", default-features = false }
39-
alloy-dyn-abi = { version = "1.5.4", path = "crates/dyn-abi", default-features = false }
40-
alloy-json-abi = { version = "1.5.4", path = "crates/json-abi", default-features = false }
41-
alloy-primitives = { version = "1.5.4", path = "crates/primitives", default-features = false }
42-
alloy-sol-macro = { version = "1.5.4", path = "crates/sol-macro", default-features = false }
43-
alloy-sol-macro-input = { version = "1.5.4", path = "crates/sol-macro-input", default-features = false }
44-
alloy-sol-macro-expander = { version = "1.5.4", path = "crates/sol-macro-expander", default-features = false }
45-
alloy-sol-type-parser = { version = "1.5.4", path = "crates/sol-type-parser", default-features = false }
46-
alloy-sol-types = { version = "1.5.4", path = "crates/sol-types", default-features = false }
47-
syn-solidity = { version = "1.5.4", path = "crates/syn-solidity", default-features = false }
38+
alloy-core = { version = "1.5.5", path = "crates/core", default-features = false }
39+
alloy-dyn-abi = { version = "1.5.5", path = "crates/dyn-abi", default-features = false }
40+
alloy-json-abi = { version = "1.5.5", path = "crates/json-abi", default-features = false }
41+
alloy-primitives = { version = "1.5.5", path = "crates/primitives", default-features = false }
42+
alloy-sol-macro = { version = "1.5.5", path = "crates/sol-macro", default-features = false }
43+
alloy-sol-macro-input = { version = "1.5.5", path = "crates/sol-macro-input", default-features = false }
44+
alloy-sol-macro-expander = { version = "1.5.5", path = "crates/sol-macro-expander", default-features = false }
45+
alloy-sol-type-parser = { version = "1.5.5", path = "crates/sol-type-parser", default-features = false }
46+
alloy-sol-types = { version = "1.5.5", path = "crates/sol-types", default-features = false }
47+
syn-solidity = { version = "1.5.5", path = "crates/syn-solidity", default-features = false }
4848

4949
# borsh
5050
borsh = { version = "1.5", default-features = false }

crates/core/CHANGELOG.md

Lines changed: 1 addition & 348 deletions
Original file line numberDiff line numberDiff line change
@@ -5,354 +5,7 @@ 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-
## [1.5.3](https://github.com/alloy-rs/core/releases/tag/v1.5.3) - 2026-01-27
9-
10-
### Miscellaneous Tasks
11-
12-
- Release 1.5.3
13-
14-
## [1.5.2](https://github.com/alloy-rs/core/releases/tag/v1.5.2) - 2025-12-22
15-
16-
### Miscellaneous Tasks
17-
18-
- Release 1.5.2
19-
20-
## [1.5.1](https://github.com/alloy-rs/core/releases/tag/v1.5.1) - 2025-12-18
21-
22-
### Miscellaneous Tasks
23-
24-
- Release 1.5.1
25-
26-
## [1.5.0](https://github.com/alloy-rs/core/releases/tag/v1.5.0) - 2025-12-16
27-
28-
### Bug Fixes
29-
30-
- [primitives] Cache keccaks up to 88 bytes ([#1049](https://github.com/alloy-rs/core/issues/1049))
31-
32-
### Features
33-
34-
- Add rapidhash to available hashers ([#1051](https://github.com/alloy-rs/core/issues/1051))
35-
36-
### Miscellaneous Tasks
37-
38-
- Release 1.5.0
39-
40-
## [1.4.1](https://github.com/alloy-rs/core/releases/tag/v1.4.1) - 2025-10-14
41-
42-
### Features
43-
44-
- Gate 60 tuple impls behind 'more-tuple-impls' feature flag ([#1027](https://github.com/alloy-rs/core/issues/1027))
45-
46-
### Miscellaneous Tasks
47-
48-
- Release 1.4.1
49-
- Remove feature(doc_auto_cfg) ([#1019](https://github.com/alloy-rs/core/issues/1019))
50-
51-
## [1.4.0](https://github.com/alloy-rs/core/releases/tag/v1.4.0) - 2025-09-26
52-
53-
### Features
54-
55-
- Rkyv support ([#990](https://github.com/alloy-rs/core/issues/990))
56-
57-
### Miscellaneous Tasks
58-
59-
- Release 1.4.0
60-
61-
## [1.3.1](https://github.com/alloy-rs/core/releases/tag/v1.3.1) - 2025-08-17
62-
63-
### Miscellaneous Tasks
64-
65-
- Release 1.3.1
66-
67-
## [1.3.0](https://github.com/alloy-rs/core/releases/tag/v1.3.0) - 2025-07-22
68-
69-
### Miscellaneous Tasks
70-
71-
- Release 1.3.0
72-
73-
## [1.2.1](https://github.com/alloy-rs/core/releases/tag/v1.2.1) - 2025-06-20
74-
75-
### Miscellaneous Tasks
76-
77-
- Release 1.2.1
78-
79-
## [1.2.0](https://github.com/alloy-rs/core/releases/tag/v1.2.0) - 2025-06-04
80-
81-
### Miscellaneous Tasks
82-
83-
- Release 1.2.0
84-
85-
## [1.1.3](https://github.com/alloy-rs/core/releases/tag/v1.1.3) - 2025-06-04
86-
87-
### Miscellaneous Tasks
88-
89-
- Release 1.1.3
90-
91-
## [1.1.2](https://github.com/alloy-rs/core/releases/tag/v1.1.2) - 2025-05-20
92-
93-
### Miscellaneous Tasks
94-
95-
- Release 1.1.2
96-
97-
## [1.1.1](https://github.com/alloy-rs/core/releases/tag/v1.1.1) - 2025-05-19
98-
99-
### Miscellaneous Tasks
100-
101-
- Release 1.1.1
102-
103-
## [1.1.0](https://github.com/alloy-rs/core/releases/tag/v1.1.0) - 2025-04-30
104-
105-
### Miscellaneous Tasks
106-
107-
- Release 1.1.0
108-
109-
## [1.0.0](https://github.com/alloy-rs/core/releases/tag/v1.0.0) - 2025-04-03
110-
111-
### Miscellaneous Tasks
112-
113-
- Release 1.0.0
114-
- Release 1.0.0-rc.1
115-
- Release 0.8.25
116-
117-
### Other
118-
119-
- Merge branch 'main' into v1.0-rc
120-
121-
## [0.8.24](https://github.com/alloy-rs/core/releases/tag/v0.8.24) - 2025-03-21
122-
123-
### Miscellaneous Tasks
124-
125-
- Release 0.8.24
126-
127-
## [0.8.23](https://github.com/alloy-rs/core/releases/tag/v0.8.23) - 2025-03-13
128-
129-
### Miscellaneous Tasks
130-
131-
- Release 0.8.23
132-
133-
## [0.8.22](https://github.com/alloy-rs/core/releases/tag/v0.8.22) - 2025-02-27
134-
135-
### Miscellaneous Tasks
136-
137-
- Release 0.8.22
138-
139-
## [0.8.21](https://github.com/alloy-rs/core/releases/tag/v0.8.21) - 2025-02-10
140-
141-
### Miscellaneous Tasks
142-
143-
- Release 0.8.21
144-
145-
## [0.8.20](https://github.com/alloy-rs/core/releases/tag/v0.8.20) - 2025-02-02
146-
147-
### Miscellaneous Tasks
148-
149-
- Release 0.8.20
150-
151-
## [0.8.19](https://github.com/alloy-rs/core/releases/tag/v0.8.19) - 2025-01-15
152-
153-
### Documentation
154-
155-
- Enable some useful rustdoc features on docs.rs ([#850](https://github.com/alloy-rs/core/issues/850))
156-
157-
### Miscellaneous Tasks
158-
159-
- Release 0.8.19
160-
161-
## [0.8.18](https://github.com/alloy-rs/core/releases/tag/v0.8.18) - 2025-01-04
162-
163-
### Miscellaneous Tasks
164-
165-
- Release 0.8.18
166-
167-
## [0.8.17](https://github.com/alloy-rs/core/releases/tag/v0.8.17) - 2025-01-04
168-
169-
### Miscellaneous Tasks
170-
171-
- Release 0.8.17
172-
173-
## [0.8.16](https://github.com/alloy-rs/core/releases/tag/v0.8.16) - 2025-01-01
174-
175-
### Features
176-
177-
- Re-export `rayon` feature ([#827](https://github.com/alloy-rs/core/issues/827))
178-
179-
### Miscellaneous Tasks
180-
181-
- Release 0.8.16
182-
183-
## [0.8.15](https://github.com/alloy-rs/core/releases/tag/v0.8.15) - 2024-12-09
184-
185-
### Miscellaneous Tasks
186-
187-
- Release 0.8.15
188-
189-
## [0.8.14](https://github.com/alloy-rs/core/releases/tag/v0.8.14) - 2024-11-28
190-
191-
### Miscellaneous Tasks
192-
193-
- Release 0.8.14
194-
195-
## [0.8.13](https://github.com/alloy-rs/core/releases/tag/v0.8.13) - 2024-11-26
196-
197-
### Miscellaneous Tasks
198-
199-
- Release 0.8.13 ([#813](https://github.com/alloy-rs/core/issues/813))
200-
201-
## [0.8.12](https://github.com/alloy-rs/core/releases/tag/v0.8.12) - 2024-11-12
202-
203-
### Miscellaneous Tasks
204-
205-
- Release 0.8.12 ([#806](https://github.com/alloy-rs/core/issues/806))
206-
207-
## [0.8.11](https://github.com/alloy-rs/core/releases/tag/v0.8.11) - 2024-11-05
208-
209-
### Miscellaneous Tasks
210-
211-
- Release 0.8.11 ([#803](https://github.com/alloy-rs/core/issues/803))
212-
213-
## [0.8.10](https://github.com/alloy-rs/core/releases/tag/v0.8.10) - 2024-10-28
214-
215-
### Miscellaneous Tasks
216-
217-
- Release 0.8.10
218-
219-
## [0.8.9](https://github.com/alloy-rs/core/releases/tag/v0.8.9) - 2024-10-21
220-
221-
### Bug Fixes
222-
223-
- Re-enable foldhash by default, but exclude it from zkvm ([#777](https://github.com/alloy-rs/core/issues/777))
224-
225-
### Miscellaneous Tasks
226-
227-
- Release 0.8.9
228-
229-
## [0.8.8](https://github.com/alloy-rs/core/releases/tag/v0.8.8) - 2024-10-14
230-
231-
### Miscellaneous Tasks
232-
233-
- Release 0.8.8
234-
235-
## [0.8.7](https://github.com/alloy-rs/core/releases/tag/v0.8.7) - 2024-10-08
236-
237-
### Miscellaneous Tasks
238-
239-
- Release 0.8.7
240-
241-
## [0.8.6](https://github.com/alloy-rs/core/releases/tag/v0.8.6) - 2024-10-06
242-
243-
### Miscellaneous Tasks
244-
245-
- Release 0.8.6
246-
247-
## [0.8.5](https://github.com/alloy-rs/core/releases/tag/v0.8.5) - 2024-09-25
248-
249-
### Miscellaneous Tasks
250-
251-
- Release 0.8.5
252-
253-
## [0.8.4](https://github.com/alloy-rs/core/releases/tag/v0.8.4) - 2024-09-25
254-
255-
### Features
256-
257-
- [primitives] Implement `map` module ([#743](https://github.com/alloy-rs/core/issues/743))
258-
- Support Keccak with sha3 ([#737](https://github.com/alloy-rs/core/issues/737))
259-
260-
### Miscellaneous Tasks
261-
262-
- Release 0.8.4
263-
- Remove unused unstable-doc feature
264-
265-
### Testing
266-
267-
- Add another dyn-abi test
268-
269-
## [0.8.3](https://github.com/alloy-rs/core/releases/tag/v0.8.3) - 2024-09-10
270-
271-
### Miscellaneous Tasks
272-
273-
- Release 0.8.3
274-
275-
## [0.8.2](https://github.com/alloy-rs/core/releases/tag/v0.8.2) - 2024-09-06
276-
277-
### Miscellaneous Tasks
278-
279-
- Release 0.8.2
280-
281-
## [0.8.1](https://github.com/alloy-rs/core/releases/tag/v0.8.1) - 2024-09-06
282-
283-
### Miscellaneous Tasks
284-
285-
- Release 0.8.1
286-
287-
### Refactor
288-
289-
- Remove `Signature` generic ([#719](https://github.com/alloy-rs/core/issues/719))
290-
291-
## [0.8.0](https://github.com/alloy-rs/core/releases/tag/v0.8.0) - 2024-08-21
292-
293-
### Miscellaneous Tasks
294-
295-
- Release 0.8.0
296-
297-
### Styling
298-
299-
- Remove `ethereum_ssz` dependency ([#701](https://github.com/alloy-rs/core/issues/701))
300-
301-
## [0.7.7](https://github.com/alloy-rs/core/releases/tag/v0.7.7) - 2024-07-08
302-
303-
### Documentation
304-
305-
- [primitives] Fix rustdoc for Signature ([#680](https://github.com/alloy-rs/core/issues/680))
306-
- Add per-crate changelogs ([#669](https://github.com/alloy-rs/core/issues/669))
307-
308-
### Miscellaneous Tasks
309-
310-
- Release 0.7.7
311-
- Use workspace.lints ([#676](https://github.com/alloy-rs/core/issues/676))
312-
313-
## [0.7.4](https://github.com/alloy-rs/core/releases/tag/v0.7.4) - 2024-05-14
314-
315-
### Bug Fixes
316-
317-
- [sol-macro] Json feature ([#629](https://github.com/alloy-rs/core/issues/629))
318-
319-
## [0.7.3](https://github.com/alloy-rs/core/releases/tag/v0.7.3) - 2024-05-14
320-
321-
### Documentation
322-
323-
- Update alloy-core homepage link
324-
325-
### Refactor
326-
327-
- Move `expand` from `sol-macro` to its own crate ([#626](https://github.com/alloy-rs/core/issues/626))
328-
329-
## [0.7.2](https://github.com/alloy-rs/core/releases/tag/v0.7.2) - 2024-05-02
330-
331-
### Documentation
332-
333-
- Unhide and mention `sol!` wrappers ([#615](https://github.com/alloy-rs/core/issues/615))
334-
335-
## [0.6.4](https://github.com/alloy-rs/core/releases/tag/v0.6.4) - 2024-02-29
336-
337-
### Features
338-
339-
- [core] Re-export `uint!` ([#537](https://github.com/alloy-rs/core/issues/537))
340-
341-
### Miscellaneous Tasks
342-
343-
- [core] Add comments to `cfg(doc)` ([#538](https://github.com/alloy-rs/core/issues/538))
344-
- Remove unused imports ([#534](https://github.com/alloy-rs/core/issues/534))
345-
346-
## [0.6.3](https://github.com/alloy-rs/core/releases/tag/v0.6.3) - 2024-02-15
347-
348-
### Documentation
349-
350-
- Update alloy_core::sol reference to real sol ([#529](https://github.com/alloy-rs/core/issues/529))
351-
352-
### Features
353-
354-
- [sol-macro] Provide a way to override import paths for dependencies ([#527](https://github.com/alloy-rs/core/issues/527))
355-
- Add `alloy-core` prelude crate ([#521](https://github.com/alloy-rs/core/issues/521))
8+
## [1.5.5](https://github.com/alloy-rs/core/releases/tag/v1.5.5) - 2026-02-11
3569

35710
[`dyn-abi`]: https://crates.io/crates/alloy-dyn-abi
35811
[dyn-abi]: https://crates.io/crates/alloy-dyn-abi

0 commit comments

Comments
 (0)