From 38af3241655138d21d4ebc6c01d53c41bcb2fe20 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Fri, 18 Mar 2022 14:36:16 +0100 Subject: [PATCH 1/2] Update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd54f1e4..9ca650a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,11 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0] - 2022-03-18 + ### Added - `--skip-linting` flag that allows to skip the linting step during build process - [#468](https://github.com/paritytech/cargo-contract/pull/468) ## [1.0.1] - 2022-03-18 -- Improved error reporting during installation - [#468](https://github.com/paritytech/cargo-contract/pull/468) +- Improved error reporting during installation - [#469](https://github.com/paritytech/cargo-contract/pull/469) ## [1.0.0] - 2022-03-17 -- GitLab From 5401fea8fa02e6647f9f9c7576f819602b216693 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Fri, 18 Mar 2022 14:38:03 +0100 Subject: [PATCH 2/2] Bump version to `1.0.0` --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f152bfdc..07dc19da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -465,7 +465,7 @@ dependencies = [ [[package]] name = "cargo-contract" -version = "1.0.1" +version = "1.1.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 130aef98..b5995d95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "metadata"] [package] name = "cargo-contract" -version = "1.0.1" +version = "1.1.0" authors = ["Parity Technologies "] build = "build.rs" edition = "2021" -- GitLab