From 5d4cf9378508c9e37e3834601ad9048289303b68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=BCller?= Date: Tue, 6 Apr 2021 11:27:37 +0200 Subject: [PATCH] Release 0.11.1 (#249) * Update changelog * Bump version --- 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 944a1aa34..fec4d2b9e 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 diff --git a/Cargo.lock b/Cargo.lock index d9ce4fe3f..276ae3dce 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 b3bfd1d64..632b22b5f 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"