Skip to content

Commit 31d0d7a

Browse files
authored
ethereum-types & keccak-hash release new versions (#945)
* ethereum-types: Release 0.15.2 This is required to use the latest version of `primitive-types`. * Apply suggestion from @bkchr * Also upgrade `keccak-hash`
1 parent 73038de commit 31d0d7a

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

ethereum-types/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog].
66

77
## [Unreleased]
88

9+
## [0.15.2] - 2025-10-09
10+
- Updated `primitive-types` to 0.14. [#945](https://github.com/paritytech/parity-common/pull/945)
11+
912
## [0.15.1] - 2024-09-12
1013
- Updated `uint` to 0.10. [#859](https://github.com/paritytech/parity-common/pull/859)
1114

ethereum-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ethereum-types"
3-
version = "0.15.1"
3+
version = "0.15.2"
44
description = "Ethereum types"
55
rust-version = "1.60.0"
66
authors.workspace = true

keccak-hash/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ The format is based on [Keep a Changelog].
66

77
## [Unreleased]
88

9+
## [0.11.1] - 2025-10-09
10+
- Updated `primitive-types` to 0.14. [#945](https://github.com/paritytech/parity-common/pull/945)
11+
912
## [0.11.0] - 2024-09-11
1013
- Updated `primitive-types` to 0.13. [#859](https://github.com/paritytech/parity-common/pull/859)
1114

keccak-hash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "keccak-hash"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
description = "`keccak-hash` is a set of utility functions to facilitate working with Keccak hashes (256/512 bits long)."
55
readme = "README.md"
66
rust-version = "1.56.1"

0 commit comments

Comments
 (0)