From 9718e40d5da972eb87cfe67c903d3c073d3eb389 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Tue, 6 Apr 2021 11:15:14 +0200 Subject: [PATCH 1/2] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 944a1aa3..fec4d2b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.1] - 2021-04-06 + +### Fixed +- Fix `wasm-opt --version` parsing - [#248](https://github.com/paritytech/cargo-contract/pull/248) + ## [0.11.0] - 2021-03-31 ### Added -- GitLab From f644047df96531860c0d41cb645ab4ba7b6f8898 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Tue, 6 Apr 2021 11:15:41 +0200 Subject: [PATCH 2/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 d9ce4fe3..276ae3dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -489,7 +489,7 @@ dependencies = [ [[package]] name = "cargo-contract" -version = "0.11.0" +version = "0.11.1" dependencies = [ "anyhow", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index b3bfd1d6..632b22b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "metadata"] [package] name = "cargo-contract" -version = "0.11.0" +version = "0.11.1" authors = ["Parity Technologies "] build = "build.rs" edition = "2018" -- GitLab