mirror of
https://github.com/pezkuwichain/pezframe-metadata.git
synced 2026-06-13 10:31:10 +00:00
Release v14.0.0-rc.1 (#22)
* Add CHANGELOG. * Update README. * Make it a pre-release rc * Update Cargo.toml
This commit is contained in:
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
# Changelog
|
||||||
|
All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||||
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [14.0.0-rc.1] - 2021-07-30
|
||||||
|
### Added
|
||||||
|
- Metadata V14
|
||||||
@@ -1,2 +1,11 @@
|
|||||||
# frame-metadata
|
# frame-metadata
|
||||||
A set of tools to parse FRAME metadata retrieved from Substrate-based nodes.
|
|
||||||
|
Defines FRAME metadata types for [Substrate](https://github.com/paritytech/substrate) runtimes.
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
### Tooling
|
||||||
|
The intention is to provide tooling here in the future to handle the different versions of metadata.
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "frame-metadata"
|
name = "frame-metadata"
|
||||||
version = "14.0.0"
|
version = "14.0.0-rc.1"
|
||||||
authors = ["Parity Technologies <admin@parity.io>"]
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "Apache-2.0"
|
license = "Apache-2.0"
|
||||||
homepage = "https://substrate.dev"
|
homepage = "https://substrate.dev"
|
||||||
repository = "https://github.com/paritytech/substrate/"
|
repository = "https://github.com/paritytech/frame-metadata/"
|
||||||
description = "Decodable variant of the RuntimeMetadata."
|
description = "Metadata types for Substrate runtimes"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
|
|||||||
Reference in New Issue
Block a user