From 753a92cfcfe19338ed5c2a7f780842ecbedfacaa Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Tue, 25 May 2021 11:46:43 +0200 Subject: [PATCH 1/2] Update changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49f68f6e..02d5b318 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.12.1] - 2021-04-25 + ### Added -- Suggest `binaryen` installation from GitHub release on outdated version - [#274](https://github.com/paritytech/cargo-contract/pull/274) +- Suggest `binaryen` installation from GitHub release on outdated version - [#274](https://github.com/paritytech/cargo-contract/pull/274) + +### Fixed +- Always use library targets name for contract artifacts - [#277](https://github.com/paritytech/cargo-contract/pull/277) ## [0.12.0] - 2021-04-21 -- GitLab From dd6f3e66ea36abc8bc47f9f61ac994da09b16042 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Tue, 25 May 2021 11:47:04 +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 ae62caff..38b52c9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -474,7 +474,7 @@ dependencies = [ [[package]] name = "cargo-contract" -version = "0.12.0" +version = "0.12.1" dependencies = [ "anyhow", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index faae1426..be523b34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "metadata"] [package] name = "cargo-contract" -version = "0.12.0" +version = "0.12.1" authors = ["Parity Technologies "] build = "build.rs" edition = "2018" -- GitLab