chore: prep release v0.25 (#717)

* bump versions 0.25

* update changelog

* adjust RELEASE.md

* fix weird formatting

* rephrase bad english

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update CHANGELOG.md
This commit is contained in:
Niklas Adolfsson
2022-11-16 16:10:31 +01:00
committed by GitHub
parent 389f20ff94
commit 428bc35ed8
11 changed files with 53 additions and 20 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "subxt"
version = "0.24.0"
version = "0.25.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
@@ -40,8 +40,8 @@ thiserror = "1.0.24"
tracing = "0.1.34"
parking_lot = "0.12.0"
subxt-macro = { version = "0.24.0", path = "../macro" }
subxt-metadata = { version = "0.24.0", path = "../metadata" }
subxt-macro = { version = "0.25.0", path = "../macro" }
subxt-metadata = { version = "0.25.0", path = "../metadata" }
sp-core = { version = "7.0.0", default-features = false }
sp-runtime = "7.0.0"