Tidy Deprecation Information and prep 22.0.0 release (#101)

* Alter Deprecation bits to avoid weird states

* fmt

* No need to deprecate the entire enum, only variants

* Make it easy to signal nothing deprecated on EnumDeprecationInfo

* Bump to 22.0.0

* Update changelog
This commit is contained in:
James Wilson
2025-04-29 10:40:14 +01:00
committed by GitHub
parent a060c2d488
commit 745378048e
3 changed files with 103 additions and 56 deletions
+6
View File
@@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [22.0.0] - 2025-04-24
### Changed
- Alter the deprecation information metadata to remove duplicate/confusing states [#101](https://github.com/paritytech/frame-metadata/pull/101)
## [21.0.0] - 2025-04-01
### Changed