Skip to content

Commit d8826c6

Browse files
authored
Merge pull request #152 from Alzymologist/release-0-5-0
chore: release 0.5.0
2 parents 2486984 + 46beb18 commit d8826c6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v0.5.0
2+
3+
New features:
4+
5+
- MetadataV15 support
6+
- `AsMetadata` trait now requires milder implementation, so that it is usable on shortened metadata
7+
- `AsCompleteMetadata` trait should be used instead now for full functionality (parsing of unchecked extrinsics)
8+
9+
API changes:
10+
11+
- What used to be `AsMetadata` might need to become `AsCompleteMetadata`, see above
12+
113
# v0.4.0
214

315
This is a major rehaul of crate. Older versions are going into deprecation soon, as they are desperately obsolete at this point.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "parser for Substrate chain data"
33
license = "GPL-3.0-or-later"
44
name = "substrate_parser"
5-
version = "0.4.0"
5+
version = "0.5.0"
66
authors = ["Alexander Slesarev <[email protected]>", "Vera Abramova <[email protected]>"]
77
edition = "2021"
88
repository = "https://github.com/Alzymologist/substrate-parser"

0 commit comments

Comments
 (0)