Skip to content

Commit 5f9ebf2

Browse files
authored
Release v0.8.0 (#117)
* Bump version to 0.8 * Update changelog
1 parent 0d58f4b commit 5f9ebf2

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 0.8.0 (2020-05-26)
2+
3+
* Update to Substrate release candidate [#116](https://github.com/paritytech/substrate-subxt/pull/116)
4+
* Update to alpha.8 [#114](https://github.com/paritytech/substrate-subxt/pull/114)
5+
* Refactors the api [#113](https://github.com/paritytech/substrate-subxt/pull/113)
6+
17
# Version 0.7.0 (2020-05-13)
28

39
* Split subxt [#102](https://github.com/paritytech/substrate-subxt/pull/102)

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = [".", "proc-macro"]
33

44
[package]
55
name = "substrate-subxt"
6-
version = "0.7.0"
6+
version = "0.8.0"
77
authors = ["Parity Technologies <admin@parity.io>"]
88
edition = "2018"
99

@@ -37,7 +37,7 @@ sp-rpc = { version = "2.0.0-rc2", package = "sp-rpc" }
3737
sp-core = { version = "2.0.0-rc2", package = "sp-core" }
3838
sc-rpc-api = { version = "0.8.0-rc2", package = "sc-rpc-api" }
3939
sp-transaction-pool = { version = "2.0.0-rc2", package = "sp-transaction-pool" }
40-
substrate-subxt-proc-macro = { version = "0.7.0", path = "proc-macro" }
40+
substrate-subxt-proc-macro = { version = "0.8.0", path = "proc-macro" }
4141

4242
[dev-dependencies]
4343
async-std = { version = "1.5.0", features = ["attributes"] }

proc-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "substrate-subxt-proc-macro"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
authors = ["David Craven <david@craven.ch>", "Parity Technologies <admin@parity.io>"]
55
edition = "2018"
66
autotests = false

0 commit comments

Comments
 (0)