chore: Release v19.0.0 with pallet view functions (#91)

* Add changelog

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>

* cargo: Update version

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>

* changelog: Update v16 unstable note

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>

---------

Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
This commit is contained in:
Alexandru Vasile
2025-02-11 14:00:46 +02:00
committed by GitHub
parent 0856cf232c
commit 88889a0c89
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [19.0.0] - 2025-02-11
Metadata version 16 is currently unstable and can be enabled using the unstable feature flag.
### Added
- v16: Add view functions to the pallets metadata [#89](https://github.com/paritytech/frame-metadata/pull/89)
## [18.0.0] - 2024-11-13
### Changed
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "frame-metadata"
version = "18.0.0"
version = "19.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"