From 235a010c1e5faaa504b8b547d0ab4e33184bae0d Mon Sep 17 00:00:00 2001 From: Andronik Ordian Date: Wed, 10 Nov 2021 13:50:05 +0100 Subject: [PATCH] prepare for releases: ethereum-types and ethbloom (#594) --- ethbloom/CHANGELOG.md | 3 +++ ethbloom/Cargo.toml | 2 +- ethereum-types/CHANGELOG.md | 4 ++++ ethereum-types/Cargo.toml | 2 +- 4 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ethbloom/CHANGELOG.md b/ethbloom/CHANGELOG.md index 45781b2e4..ff59062ac 100644 --- a/ethbloom/CHANGELOG.md +++ b/ethbloom/CHANGELOG.md @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog]. ## [Unreleased] +## [0.11.1] - 2021-09-30 +- Combined `scale-info` feature into `codec`. [#593](https://github.com/paritytech/parity-common/pull/593) + ## [0.11.0] - 2021-01-27 ### Breaking - Updated `impl-codec` to 0.5. [#510](https://github.com/paritytech/parity-common/pull/510) diff --git a/ethbloom/Cargo.toml b/ethbloom/Cargo.toml index dcce051e0..f096d49c2 100644 --- a/ethbloom/Cargo.toml +++ b/ethbloom/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethbloom" -version = "0.11.0" +version = "0.11.1" authors = ["Parity Technologies "] description = "Ethereum bloom filter" license = "MIT OR Apache-2.0" diff --git a/ethereum-types/CHANGELOG.md b/ethereum-types/CHANGELOG.md index 15d97c7bf..3bcdf7106 100644 --- a/ethereum-types/CHANGELOG.md +++ b/ethereum-types/CHANGELOG.md @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog]. ## [Unreleased] +## [0.12.1] - 2021-09-30 +- Combined `scale-info` feature into `codec`. [#593](https://github.com/paritytech/parity-common/pull/593) + +## [0.12.0] - 2021-07-02 ### Breaking - Updated `primitive-types` to 0.10. [#556](https://github.com/paritytech/parity-common/pull/556) diff --git a/ethereum-types/Cargo.toml b/ethereum-types/Cargo.toml index b11a8c1c3..3bda0e485 100644 --- a/ethereum-types/Cargo.toml +++ b/ethereum-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethereum-types" -version = "0.12.0" +version = "0.12.1" authors = ["Parity Technologies "] license = "MIT OR Apache-2.0" homepage = "https://github.com/paritytech/parity-common"