Prep to release v23.0.1 (#111)

This commit is contained in:
James Wilson
2025-12-09 18:19:09 +00:00
committed by GitHub
parent 560f2cae43
commit 0d66574b1b
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [23.0.1] - 2025-12-09
- fix: ensure extrinsic types are collected before pallet types [#110](https://github.com/paritytech/frame-metadata/pull/110)
## [23.0.0] - 2025-05-06
This version stabilizes metadata V16, moving it from being marked as "unstable" and hidden behind that feature flag, to being "current" and having version 16 rather than `u32::MAX`.
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "frame-metadata"
version = "23.0.0"
version = "23.0.1"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"