Skip to content

Commit

Permalink
Release v0.8.0 (paritytech#117)
Browse files Browse the repository at this point in the history
* Bump version to 0.8

* Update changelog
  • Loading branch information
ascjones authored May 26, 2020
1 parent 0d58f4b commit 5f9ebf2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 0.8.0 (2020-05-26)

* Update to Substrate release candidate [#116](https:/paritytech/substrate-subxt/pull/116)
* Update to alpha.8 [#114](https:/paritytech/substrate-subxt/pull/114)
* Refactors the api [#113](https:/paritytech/substrate-subxt/pull/113)

# Version 0.7.0 (2020-05-13)

* Split subxt [#102](https:/paritytech/substrate-subxt/pull/102)
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [".", "proc-macro"]

[package]
name = "substrate-subxt"
version = "0.7.0"
version = "0.8.0"
authors = ["Parity Technologies <[email protected]>"]
edition = "2018"

Expand Down Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion proc-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "substrate-subxt-proc-macro"
version = "0.7.0"
version = "0.8.0"
authors = ["David Craven <[email protected]>", "Parity Technologies <[email protected]>"]
edition = "2018"
autotests = false
Expand Down

0 comments on commit 5f9ebf2

Please sign in to comment.