Skip to content

Commit

Permalink
Release 0.6.11 (#529)
Browse files Browse the repository at this point in the history
* bump: dependencies

* update: low down bonding duration

* companion: for #281

* add: ss58 address printer

* bump: crates to 0.6.11

* bump: spec to 11

* remove: old migrations
  • Loading branch information
AurevoirXavier authored Sep 14, 2020
1 parent 443998c commit 2c1ddcf
Show file tree
Hide file tree
Showing 13 changed files with 138 additions and 112 deletions.
90 changes: 46 additions & 44 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://darwinia.network/"
license = "GPL-3.0"
name = "darwinia"
repository = "https://github.com/darwinia-network/darwinia/"
version = "0.6.10"
version = "0.6.11"

[[bin]]
name = "darwinia"
Expand Down
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ homepage = "https://darwinia.network/"
license = "GPL-3.0"
name = "darwinia-cli"
repository = "https://github.com/darwinia-network/darwinia/"
version = "0.6.10"
version = "0.6.11"

[package.metadata.wasm-pack.profile.release]
# `wasm-opt` has some problems on linux, see
Expand Down
2 changes: 1 addition & 1 deletion node/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://darwinia.network/"
license = "GPL-3.0"
name = "darwinia-service"
repository = "https://github.com/darwinia-network/darwinia/"
version = "0.6.10"
version = "0.6.11"

[dependencies]
# crates
Expand Down
Loading

0 comments on commit 2c1ddcf

Please sign in to comment.