Skip to content

Commit 21d7963

Browse files
committed
ethbloom too
1 parent 173a26d commit 21d7963

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

ethbloom/CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ The format is based on [Keep a Changelog].
66

77
## [Unreleased]
88

9-
## [0.14.0] - 2024-09-11
9+
## [0.14.1] - 2024-09-12
1010
- Updated `impl-serde` to 0.5. [#859](https://github.com/paritytech/parity-common/pull/859)
11+
- Updated `impl-codec` to 0.7. [#860](https://github.com/paritytech/parity-common/pull/860)
1112

1213
## [0.13.0] - 2022-09-20
1314
- Updated `fixed-hash` to 0.8. [#680](https://github.com/paritytech/parity-common/pull/680)

ethbloom/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ethbloom"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
description = "Ethereum bloom filter"
66
license = "MIT OR Apache-2.0"
@@ -16,7 +16,7 @@ crunchy = { version = "0.2.2", default-features = false, features = ["limit_256"
1616
fixed-hash = { path = "../fixed-hash", version = "0.8", default-features = false }
1717
impl-serde = { path = "../primitive-types/impls/serde", version = "0.5", default-features = false, optional = true }
1818
impl-rlp = { path = "../primitive-types/impls/rlp", version = "0.4", default-features = false, optional = true }
19-
impl-codec = { version = "0.6.0", path = "../primitive-types/impls/codec", default-features = false, optional = true }
19+
impl-codec = { version = "0.7.0", path = "../primitive-types/impls/codec", default-features = false, optional = true }
2020
scale-info = { version = ">=1.0, <3", features = ["derive"], default-features = false, optional = true }
2121

2222
[dev-dependencies]

0 commit comments

Comments
 (0)