* v14.1

* changelog
This commit is contained in:
Andrew Plaza
2021-11-04 09:34:19 -04:00
committed by GitHub
parent b5aceed422
commit 5a822bb459
3 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -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
- Metadata V14
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "frame-metadata"
version = "14.0.0"
version = "14.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "Apache-2.0"