Skip to content

Commit

Permalink
Merge pull request #155 from Alzymologist/release-0-6-0
Browse files Browse the repository at this point in the history
chore: release v0.6.0
  • Loading branch information
varovainen authored Feb 9, 2024
2 parents f248c67 + 6f99501 commit b283281
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v0.6.0

API changes:

- Features simplified: it's either `std` (default), or `no-std`. Features were removed, thus version bump

Other changes

- Bring documentation up to date
- Remove `sp-core` and `sp-runtime` dependencies

# v0.5.0

New features:
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.5.0"
version = "0.6.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 b283281

Please sign in to comment.