mirror of
https://github.com/pezkuwichain/pezframe-metadata.git
synced 2026-04-22 01:57:59 +00:00
Prep to release v23.0.1 (#111)
This commit is contained in:
@@ -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,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"
|
||||
|
||||
Reference in New Issue
Block a user