From 71edda934e81fd76a29f2c9beaf846997081ba42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=BCller?= Date: Tue, 5 Apr 2022 10:55:57 +0200 Subject: [PATCH] Release `cargo-contract` version `1.1.1` (#491) * Bump version to `1.1.1` * Update changelog --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8da023387..3b276bddc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.1] - 2022-04-05 + ### Fixed +- Fix linting support for Apple Silicon (and some other architectures) - [#489](https://github.com/paritytech/cargo-contract/pull/489) - Allow multiple args values for call and instantiate commands - [#480](https://github.com/paritytech/cargo-contract/pull/480) -- Fix event decoding - [c721b1](https://github.com/paritytech/cargo-contract/commit/c721b19519e579de41217aa347625920925d8040) +- Fix event decoding - [`c721b1`](https://github.com/paritytech/cargo-contract/commit/c721b19519e579de41217aa347625920925d8040) ## [1.1.0] - 2022-03-18 diff --git a/Cargo.lock b/Cargo.lock index 2d59ae7a0..1bb7a8061 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -465,7 +465,7 @@ dependencies = [ [[package]] name = "cargo-contract" -version = "1.1.0" +version = "1.1.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 063021290..2b6d5a98d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "metadata"] [package] name = "cargo-contract" -version = "1.1.0" +version = "1.1.1" authors = ["Parity Technologies "] build = "build.rs" edition = "2021"