From 2427d68b44c50223c05509dedf7831c6a4782779 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Wed, 18 Mar 2020 12:40:01 +0000 Subject: [PATCH] Release v0.5.0 --- CHANGELOG.md | 5 +++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcb2a5f1..4ac5cc19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# Version 0.5.0 (2020-03-18) + +- Upgrades dependencies [#45](https://github.com/paritytech/cargo-contract/pull/45) +- Update template to ink! 2.0 dependencies [#47](https://github.com/paritytech/cargo-contract/pull/47) + # Version 0.4.1 (2020-02-26) - Fix: fail the whole build process if the contract build fails. diff --git a/Cargo.lock b/Cargo.lock index 3a9b4f9e..a2f2d5ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -262,7 +262,7 @@ dependencies = [ [[package]] name = "cargo-contract" -version = "0.4.1" +version = "0.5.0" dependencies = [ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", "assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index a2cba47c..1fcd5a45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-contract" -version = "0.4.1" +version = "0.5.0" authors = ["Parity Technologies "] build = "build.rs" edition = "2018" -- GitLab