Skip to content

Commit 5a0a04f

Browse files
committed
chore: release 1.5.3
1 parent 227c479 commit 5a0a04f

File tree

12 files changed

+106
-11
lines changed

12 files changed

+106
-11
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,35 @@ 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+
### Dependencies
11+
12+
- [deps] Run cargo shear ([#1055](https://github.com/alloy-rs/core/issues/1055))
13+
14+
### Features
15+
16+
- [primitives] FixedBytes: schemars::JsonSchema ([#1059](https://github.com/alloy-rs/core/issues/1059))
17+
18+
### Miscellaneous Tasks
19+
20+
- Allow bincode advisory in deny.toml ([#1060](https://github.com/alloy-rs/core/issues/1060))
21+
- [primitives] Switch default keccak to sha3 ([#1057](https://github.com/alloy-rs/core/issues/1057))
22+
23+
### Other
24+
25+
- Update to tempoxyz ([#1062](https://github.com/alloy-rs/core/issues/1062))
26+
27+
### Performance
28+
29+
- [primitives] Always enable 'sha3/asm' feature ([#1058](https://github.com/alloy-rs/core/issues/1058))
30+
831
## [1.5.2](https://github.com/alloy-rs/core/releases/tag/v1.5.2) - 2025-12-22
932

33+
### Miscellaneous Tasks
34+
35+
- Release 1.5.2
36+
1037
### Performance
1138

1239
- [primitives] Always use FxHash for Fb* ([#1054](https://github.com/alloy-rs/core/issues/1054))

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.2"
6+
version = "1.5.3"
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.2", path = "crates/core", default-features = false }
39-
alloy-dyn-abi = { version = "1.5.2", path = "crates/dyn-abi", default-features = false }
40-
alloy-json-abi = { version = "1.5.2", path = "crates/json-abi", default-features = false }
41-
alloy-primitives = { version = "1.5.2", path = "crates/primitives", default-features = false }
42-
alloy-sol-macro = { version = "1.5.2", path = "crates/sol-macro", default-features = false }
43-
alloy-sol-macro-input = { version = "1.5.2", path = "crates/sol-macro-input", default-features = false }
44-
alloy-sol-macro-expander = { version = "1.5.2", path = "crates/sol-macro-expander", default-features = false }
45-
alloy-sol-type-parser = { version = "1.5.2", path = "crates/sol-type-parser", default-features = false }
46-
alloy-sol-types = { version = "1.5.2", path = "crates/sol-types", default-features = false }
47-
syn-solidity = { version = "1.5.2", path = "crates/syn-solidity", default-features = false }
38+
alloy-core = { version = "1.5.3", path = "crates/core", default-features = false }
39+
alloy-dyn-abi = { version = "1.5.3", path = "crates/dyn-abi", default-features = false }
40+
alloy-json-abi = { version = "1.5.3", path = "crates/json-abi", default-features = false }
41+
alloy-primitives = { version = "1.5.3", path = "crates/primitives", default-features = false }
42+
alloy-sol-macro = { version = "1.5.3", path = "crates/sol-macro", default-features = false }
43+
alloy-sol-macro-input = { version = "1.5.3", path = "crates/sol-macro-input", default-features = false }
44+
alloy-sol-macro-expander = { version = "1.5.3", path = "crates/sol-macro-expander", default-features = false }
45+
alloy-sol-type-parser = { version = "1.5.3", path = "crates/sol-type-parser", default-features = false }
46+
alloy-sol-types = { version = "1.5.3", path = "crates/sol-types", default-features = false }
47+
syn-solidity = { version = "1.5.3", path = "crates/syn-solidity", default-features = false }
4848

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

crates/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.2](https://github.com/alloy-rs/core/releases/tag/v1.5.2) - 2025-12-22
9+
10+
### Miscellaneous Tasks
11+
12+
- Release 1.5.2
13+
814
## [1.5.1](https://github.com/alloy-rs/core/releases/tag/v1.5.1) - 2025-12-18
915

1016
### Miscellaneous Tasks

crates/dyn-abi/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.2](https://github.com/alloy-rs/core/releases/tag/v1.5.2) - 2025-12-22
9+
10+
### Miscellaneous Tasks
11+
12+
- Release 1.5.2
13+
814
## [1.5.1](https://github.com/alloy-rs/core/releases/tag/v1.5.1) - 2025-12-18
915

1016
### Miscellaneous Tasks

crates/json-abi/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.2](https://github.com/alloy-rs/core/releases/tag/v1.5.2) - 2025-12-22
9+
10+
### Miscellaneous Tasks
11+
12+
- Release 1.5.2
13+
814
## [1.5.1](https://github.com/alloy-rs/core/releases/tag/v1.5.1) - 2025-12-18
915

1016
### Miscellaneous Tasks

crates/primitives/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,22 @@ 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+
### Features
11+
12+
- [primitives] FixedBytes: schemars::JsonSchema ([#1059](https://github.com/alloy-rs/core/issues/1059))
13+
14+
### Miscellaneous Tasks
15+
16+
- [primitives] Switch default keccak to sha3 ([#1057](https://github.com/alloy-rs/core/issues/1057))
17+
818
## [1.5.2](https://github.com/alloy-rs/core/releases/tag/v1.5.2) - 2025-12-22
919

20+
### Miscellaneous Tasks
21+
22+
- Release 1.5.2
23+
1024
### Performance
1125

1226
- [primitives] Always use FxHash for Fb* ([#1054](https://github.com/alloy-rs/core/issues/1054))

crates/sol-macro-expander/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.2](https://github.com/alloy-rs/core/releases/tag/v1.5.2) - 2025-12-22
9+
10+
### Miscellaneous Tasks
11+
12+
- Release 1.5.2
13+
814
## [1.5.1](https://github.com/alloy-rs/core/releases/tag/v1.5.1) - 2025-12-18
915

1016
### Miscellaneous Tasks

crates/sol-macro-input/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.2](https://github.com/alloy-rs/core/releases/tag/v1.5.2) - 2025-12-22
9+
10+
### Miscellaneous Tasks
11+
12+
- Release 1.5.2
13+
814
## [1.5.1](https://github.com/alloy-rs/core/releases/tag/v1.5.1) - 2025-12-18
915

1016
### Miscellaneous Tasks

crates/sol-macro/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.2](https://github.com/alloy-rs/core/releases/tag/v1.5.2) - 2025-12-22
9+
10+
### Miscellaneous Tasks
11+
12+
- Release 1.5.2
13+
814
## [1.5.1](https://github.com/alloy-rs/core/releases/tag/v1.5.1) - 2025-12-18
915

1016
### Miscellaneous Tasks

crates/sol-type-parser/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.2](https://github.com/alloy-rs/core/releases/tag/v1.5.2) - 2025-12-22
9+
10+
### Miscellaneous Tasks
11+
12+
- Release 1.5.2
13+
814
## [1.5.1](https://github.com/alloy-rs/core/releases/tag/v1.5.1) - 2025-12-18
915

1016
### Miscellaneous Tasks

0 commit comments

Comments
 (0)