mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 17:41:08 +00:00
@@ -1,3 +1,9 @@
|
||||
# Version 0.8.0 (2020-05-26)
|
||||
|
||||
* Update to Substrate release candidate [#116](https://github.com/paritytech/substrate-subxt/pull/116)
|
||||
* Update to alpha.8 [#114](https://github.com/paritytech/substrate-subxt/pull/114)
|
||||
* Refactors the api [#113](https://github.com/paritytech/substrate-subxt/pull/113)
|
||||
|
||||
# Version 0.7.0 (2020-05-13)
|
||||
|
||||
* Split subxt [#102](https://github.com/paritytech/substrate-subxt/pull/102)
|
||||
|
||||
+2
-2
@@ -3,7 +3,7 @@ members = [".", "proc-macro"]
|
||||
|
||||
[package]
|
||||
name = "substrate-subxt"
|
||||
version = "0.7.0"
|
||||
version = "0.8.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
|
||||
@@ -37,7 +37,7 @@ sp-rpc = { version = "2.0.0-rc2", package = "sp-rpc" }
|
||||
sp-core = { version = "2.0.0-rc2", package = "sp-core" }
|
||||
sc-rpc-api = { version = "0.8.0-rc2", package = "sc-rpc-api" }
|
||||
sp-transaction-pool = { version = "2.0.0-rc2", package = "sp-transaction-pool" }
|
||||
substrate-subxt-proc-macro = { version = "0.7.0", path = "proc-macro" }
|
||||
substrate-subxt-proc-macro = { version = "0.8.0", path = "proc-macro" }
|
||||
|
||||
[dev-dependencies]
|
||||
async-std = { version = "1.5.0", features = ["attributes"] }
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "substrate-subxt-proc-macro"
|
||||
version = "0.7.0"
|
||||
version = "0.8.0"
|
||||
authors = ["David Craven <david@craven.ch>", "Parity Technologies <admin@parity.io>"]
|
||||
edition = "2018"
|
||||
autotests = false
|
||||
|
||||
Reference in New Issue
Block a user