Skip to content

Commit

Permalink
ethbloom too
Browse files Browse the repository at this point in the history
  • Loading branch information
ordian committed Sep 12, 2024
1 parent 173a26d commit 21d7963
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ethbloom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ The format is based on [Keep a Changelog].

## [Unreleased]

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

## [0.13.0] - 2022-09-20
- Updated `fixed-hash` to 0.8. [#680](https://github.com/paritytech/parity-common/pull/680)
Expand Down
4 changes: 2 additions & 2 deletions ethbloom/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ethbloom"
version = "0.14.0"
version = "0.14.1"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Ethereum bloom filter"
license = "MIT OR Apache-2.0"
Expand All @@ -16,7 +16,7 @@ crunchy = { version = "0.2.2", default-features = false, features = ["limit_256"
fixed-hash = { path = "../fixed-hash", version = "0.8", default-features = false }
impl-serde = { path = "../primitive-types/impls/serde", version = "0.5", default-features = false, optional = true }
impl-rlp = { path = "../primitive-types/impls/rlp", version = "0.4", default-features = false, optional = true }
impl-codec = { version = "0.6.0", path = "../primitive-types/impls/codec", default-features = false, optional = true }
impl-codec = { version = "0.7.0", path = "../primitive-types/impls/codec", default-features = false, optional = true }
scale-info = { version = ">=1.0, <3", features = ["derive"], default-features = false, optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 21d7963

Please sign in to comment.