From d679a7c4bd94d87ca7b0bc83707b4fba48f46d49 Mon Sep 17 00:00:00 2001 From: Alexandru Vasile <60601340+lexnv@users.noreply.github.com> Date: Thu, 20 Feb 2025 17:06:11 +0200 Subject: [PATCH] chore: Release frame-metadata v20.0.0 (#93) * Add changelog Signed-off-by: Alexandru Vasile * chore: Release frame-metadata v20.0.0 Signed-off-by: Alexandru Vasile --------- Signed-off-by: Alexandru Vasile --- CHANGELOG.md | 8 ++++++++ frame-metadata/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0035c31..403a54e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [20.0.0] - 2025-02-20 + +Metadata version 16 is currently unstable and can be enabled using the unstable feature flag. + +### Added + +- Add Runtime Api version to v16 [#92](https://github.com/paritytech/frame-metadata/pull/92) + ## [19.0.0] - 2025-02-11 Metadata version 16 is currently unstable and can be enabled using the unstable feature flag. diff --git a/frame-metadata/Cargo.toml b/frame-metadata/Cargo.toml index afe184f..e3ee518 100644 --- a/frame-metadata/Cargo.toml +++ b/frame-metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frame-metadata" -version = "19.0.0" +version = "20.0.0" authors = ["Parity Technologies "] edition = "2021" license = "Apache-2.0"