From 0e28fe8e9317976e3b56c0614aa894654ca1d360 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Wed, 24 Feb 2021 13:32:11 +0100 Subject: [PATCH 1/3] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 570ab846..13104d99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -480,7 +480,7 @@ checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba" [[package]] name = "cargo-contract" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index 16dda292..47bd20ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "metadata"] [package] name = "cargo-contract" -version = "0.9.0" +version = "0.9.1" authors = ["Parity Technologies "] build = "build.rs" edition = "2018" -- GitLab From cb9112c33031f0972bc26b630338094e998fdc4b Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Wed, 24 Feb 2021 13:38:40 +0100 Subject: [PATCH 2/3] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa63989c..6abe3e69 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.9.1] - 2021-02-24 + +### Fixed +- Fix linker error when building complex contracts - [#199](https://github.com/paritytech/cargo-contract/pull/199) + ## [0.9.0] - 2021-02-22 ### Added -- GitLab From 8dd05b323765689caee6755e0b8e5a2749802609 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Wed, 24 Feb 2021 13:38:54 +0100 Subject: [PATCH 3/3] Remove empty section from changelog --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6abe3e69..5b74e11a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,8 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Update to scale-info 0.5 and codec 2.0 - [#164](https://github.com/paritytech/cargo-contract/pull/164) - Put build artifacts under `target/ink/` - [#122](https://github.com/paritytech/cargo-contract/pull/122) -### Removed - ### Fixed - Fix `wasm-opt` regression - [#187](https://github.com/paritytech/cargo-contract/pull/187) - Generate metadata explicitly for the contract which is build - [#174](https://github.com/paritytech/cargo-contract/pull/174) -- GitLab