mirror of
https://github.com/pezkuwichain/pezframe-metadata.git
synced 2026-04-22 04:17:58 +00:00
+5
-1
@@ -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
|
||||
|
||||
@@ -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,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"
|
||||
|
||||
Reference in New Issue
Block a user