Skip to content

Commit

Permalink
Merge pull request #152 from Alzymologist/release-0-5-0
Browse files Browse the repository at this point in the history
chore: release 0.5.0
  • Loading branch information
varovainen committed Feb 7, 2024
2 parents 2486984 + 46beb18 commit d8826c6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v0.5.0

New features:

- MetadataV15 support
- `AsMetadata` trait now requires milder implementation, so that it is usable on shortened metadata
- `AsCompleteMetadata` trait should be used instead now for full functionality (parsing of unchecked extrinsics)

API changes:

- What used to be `AsMetadata` might need to become `AsCompleteMetadata`, see above

# v0.4.0

This is a major rehaul of crate. Older versions are going into deprecation soon, as they are desperately obsolete at this point.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "parser for Substrate chain data"
license = "GPL-3.0-or-later"
name = "substrate_parser"
version = "0.4.0"
version = "0.5.0"
authors = ["Alexander Slesarev <slesarew@gmail.com>", "Vera Abramova <abramova.vera@gmail.com>"]
edition = "2021"
repository = "https://github.com/Alzymologist/substrate-parser"
Expand Down

0 comments on commit d8826c6

Please sign in to comment.