Skip to content

Commit 67dfdb5

Browse files
authored
We need to bump the minor version and not the patch versions (#946)
1 parent 31d0d7a commit 67dfdb5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

ethereum-types/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ 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)
9+
## [0.16.0] - 2025-10-09
10+
- Updated `primitive-types` to 0.14. [#946](https://github.com/paritytech/parity-common/pull/946)
1111

1212
## [0.15.1] - 2024-09-12
1313
- Updated `uint` to 0.10. [#859](https://github.com/paritytech/parity-common/pull/859)

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.2"
3+
version = "0.16.0"
44
description = "Ethereum types"
55
rust-version = "1.60.0"
66
authors.workspace = true

keccak-hash/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ 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)
9+
## [0.12.0] - 2025-10-09
10+
- Updated `primitive-types` to 0.14. [#946](https://github.com/paritytech/parity-common/pull/946)
1111

1212
## [0.11.0] - 2024-09-11
1313
- Updated `primitive-types` to 0.13. [#859](https://github.com/paritytech/parity-common/pull/859)

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.1"
3+
version = "0.12.0"
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)