From db8f4c91f335e2c512299052bcd33ff9f482b9ab Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Mon, 26 Oct 2020 12:34:38 +0000 Subject: [PATCH 1/2] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c83cbfec..a23798c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -472,7 +472,7 @@ checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba" [[package]] name = "cargo-contract" -version = "0.7.0" +version = "0.7.1" dependencies = [ "anyhow", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index 88da66ed..0c56fba7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "metadata"] [package] name = "cargo-contract" -version = "0.7.0" +version = "0.7.1" authors = ["Parity Technologies "] build = "build.rs" edition = "2018" -- GitLab From 6b21ccd7a47ed8fd857168dc05743e7768c519f2 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Mon, 26 Oct 2020 12:36:18 +0000 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38aabbf1..ea477474 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version v0.7.1 (2020-10-26) + +* Update new command template to ink! 3.0-rc2 [#85](https://github.com/paritytech/cargo-contract/pull/85) + # Version v0.7.0 (2020-10-13) * Fix deprecation warnings [#82](https://github.com/paritytech/cargo-contract/pull/82) -- GitLab