From c1bf8532f7910833ecab875cede82f26be6aed31 Mon Sep 17 00:00:00 2001 From: Slesarev Date: Fri, 9 Feb 2024 10:28:59 +0200 Subject: [PATCH 1/2] chore: bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4853ad3..dcbb6eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 ", "Vera Abramova "] edition = "2021" repository = "https://github.com/Alzymologist/substrate-parser" From 706b12eaca61b176e06b13954188091b3edb2f66 Mon Sep 17 00:00:00 2001 From: Slesarev Date: Fri, 9 Feb 2024 21:12:23 +0200 Subject: [PATCH 2/2] docs: changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b996dfe..bc8f4a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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: