Release v0.11.0 (#145)

* Bump versions

* Update changelog

* Update PR links

* Fix changelog linebreak

* Remove explicit wabt-sys dependency

* Update changelog

* Update parity-scale-codec version
This commit is contained in:
Andrew Jones
2020-07-31 11:02:21 +01:00
committed by GitHub
parent cb23cb24e0
commit d3e7bd2282
5 changed files with 19 additions and 10 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "substrate-subxt-proc-macro"
version = "0.9.0"
version = "0.11.0"
authors = ["David Craven <david@craven.ch>", "Parity Technologies <admin@parity.io>"]
edition = "2018"
autotests = false
@@ -25,7 +25,7 @@ synstructure = "0.12.4"
[dev-dependencies]
async-std = { version = "1.6.2", features = ["attributes"] }
codec = { package = "parity-scale-codec", version = "1.3.0", features = ["derive"] }
codec = { package = "parity-scale-codec", version = "1.3.4", features = ["derive"] }
env_logger = "0.7.1"
pretty_assertions = "0.6.1"
sp-keyring = "2.0.0-rc5"