Release v0.15 (#248)

* Add 0.15.0 changelog section

* Update CHANGELOG.md format

* Bump versions

* Update CHANGELOG.md

* Specify explicit version for client

* Remove unused subxt dev dependency

* Upgrade deps
This commit is contained in:
Andrew Jones
2021-03-22 17:37:15 +00:00
committed by GitHub
parent cb4bee5c03
commit 1a8e0bc63b
4 changed files with 113 additions and 87 deletions
+1 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "substrate-subxt-client"
version = "0.6.0"
version = "0.7.0"
authors = ["David Craven <david@craven.ch>", "Parity Technologies <admin@parity.io>"]
edition = "2018"
@@ -31,5 +31,4 @@ sc-service = { version = "0.9.0", default-features = false, features = ["wasmtim
[dev-dependencies]
async-std = { version = "1.8.0", features = ["attributes"] }
env_logger = "0.8.2"
substrate-subxt = { path = "..", features = ["client"] }
tempdir = "0.3.7"