From 5a822bb459caa0527d7ec54c7dfc60f305c1db9e Mon Sep 17 00:00:00 2001 From: Andrew Plaza Date: Thu, 4 Nov 2021 09:34:19 -0400 Subject: [PATCH] V14.1 (#29) * v14.1 * changelog --- CHANGELOG.md | 6 +++++- README.md | 2 +- frame-metadata/Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45ed1fb..0679a0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [14.1.0] - 2021-11-03 +- Add metadata version v8-v11 [#28](https://github.com/paritytech/frame-metadata/pull/28) +- Combine Map/NMap/DoubleMap StorageEntryTypes [#23](https://github.com/paritytech/frame-metadata/pull/23) + ## [14.0.0] - 2021-09-01 ## [14.0.0-rc.3] - 2021-08-31 @@ -19,4 +23,4 @@ Combine Map/NMap/DoubleMap StorageEntryTypes [#23](https://github.com/paritytech ## [14.0.0-rc.1] - 2021-07-30 ### Added -- Metadata V14 \ No newline at end of file +- Metadata V14 diff --git a/README.md b/README.md index 69b5868..ce0fcd8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Defines FRAME metadata types for [Substrate](https://github.com/paritytech/subst Originally part of the `substrate` repository, it was extracted here as part of https://github.com/paritytech/substrate/pull/8615. ## Versioning -Starting from `v12`, all historical metadata type definitions are retained. These can be enabled via features e.g. `v13`. The latest version is enabled by default. +Starting from `v8`, all historical metadata type definitions are retained. These can be enabled via features e.g. `v13`. The latest version is enabled by default. All legacy versions are available under the `legacy` feature. ### Tooling The intention is to provide tooling here in the future to handle the different versions of metadata. diff --git a/frame-metadata/Cargo.toml b/frame-metadata/Cargo.toml index 2030da2..1ac5b78 100644 --- a/frame-metadata/Cargo.toml +++ b/frame-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frame-metadata" -version = "14.0.0" +version = "14.1.0" authors = ["Parity Technologies "] edition = "2018" license = "Apache-2.0"