From 7f7d16f4be4eed960387d97a26d9ce70a4960128 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Wed, 31 Mar 2021 10:52:27 +0200 Subject: [PATCH 1/4] Bump versions --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f9533207..3b3e5b24 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -489,7 +489,7 @@ dependencies = [ [[package]] name = "cargo-contract" -version = "0.10.0" +version = "0.11.0" dependencies = [ "anyhow", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index b41239e7..7e936e06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "metadata"] [package] name = "cargo-contract" -version = "0.10.0" +version = "0.11.0" authors = ["Parity Technologies "] build = "build.rs" edition = "2018" -- GitLab From 163e8f90f809770be74c514fd2c1bf18a7e11e98 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Wed, 31 Mar 2021 10:52:34 +0200 Subject: [PATCH 2/4] Update changelog --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fd60971..a575526f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.0] - 2021-03-31 + +### Added +- Improve error output for `wasm-opt` interaction - [#244](https://github.com/paritytech/cargo-contract/pull/244) +- Check optimized Wasm output file exists - [#243](https://github.com/paritytech/cargo-contract/pull/243) +- Detect `wasm-opt` version compatibility and improve error messages - [#242](https://github.com/paritytech/cargo-contract/pull/242) +- Add clippy to CI - [#241](https://github.com/paritytech/cargo-contract/pull/241) +- Detect version mismatches of `parity-scale-codec` in contract and ink! dependency - [#237](https://github.com/paritytech/cargo-contract/pull/237) +- Add missing derive - [#236](https://github.com/paritytech/cargo-contract/pull/236) +- Test "new project" template in CI - [#235](https://github.com/paritytech/cargo-contract/pull/235) +- Support specifying `optimization-passes` in the release profile - [#231](https://github.com/paritytech/cargo-contract/pull/231) +- Support specifying `optimization-passes` on the CLI - [#216](https://github.com/paritytech/cargo-contract/pull/216) +- Use `ink::test` attribute in "new project" template - [#190](https://github.com/paritytech/cargo-contract/pull/190) + +### Fixed +- Fix failing test on `master` - [#226](https://github.com/paritytech/cargo-contract/pull/226) +- Only allow new contract names beginning with an alphabetic character - [#219](https://github.com/paritytech/cargo-contract/pull/219) +- Upgrade `cargo-metadata` and fix usages - [#210](https://github.com/paritytech/cargo-contract/pull/210) +- Bring CI stage `test-ci-only` back - [#180](https://github.com/paritytech/cargo-contract/pull/180) + +### Changed +- Refactor build command - [#223](https://github.com/paritytech/cargo-contract/pull/223) + ## [0.10.0] - 2021-03-02 ### Fixed -- GitLab From ef67299c723b523dad105aba1f0073f333477e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=BCller?= Date: Wed, 31 Mar 2021 12:38:37 +0200 Subject: [PATCH 3/4] Apply suggestions from code review Co-authored-by: Andrew Jones --- CHANGELOG.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a575526f..3538b2e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,22 +12,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Improve error output for `wasm-opt` interaction - [#244](https://github.com/paritytech/cargo-contract/pull/244) - Check optimized Wasm output file exists - [#243](https://github.com/paritytech/cargo-contract/pull/243) - Detect `wasm-opt` version compatibility and improve error messages - [#242](https://github.com/paritytech/cargo-contract/pull/242) -- Add clippy to CI - [#241](https://github.com/paritytech/cargo-contract/pull/241) - Detect version mismatches of `parity-scale-codec` in contract and ink! dependency - [#237](https://github.com/paritytech/cargo-contract/pull/237) -- Add missing derive - [#236](https://github.com/paritytech/cargo-contract/pull/236) -- Test "new project" template in CI - [#235](https://github.com/paritytech/cargo-contract/pull/235) - Support specifying `optimization-passes` in the release profile - [#231](https://github.com/paritytech/cargo-contract/pull/231) - Support specifying `optimization-passes` on the CLI - [#216](https://github.com/paritytech/cargo-contract/pull/216) - Use `ink::test` attribute in "new project" template - [#190](https://github.com/paritytech/cargo-contract/pull/190) ### Fixed -- Fix failing test on `master` - [#226](https://github.com/paritytech/cargo-contract/pull/226) - Only allow new contract names beginning with an alphabetic character - [#219](https://github.com/paritytech/cargo-contract/pull/219) - Upgrade `cargo-metadata` and fix usages - [#210](https://github.com/paritytech/cargo-contract/pull/210) -- Bring CI stage `test-ci-only` back - [#180](https://github.com/paritytech/cargo-contract/pull/180) ### Changed -- Refactor build command - [#223](https://github.com/paritytech/cargo-contract/pull/223) ## [0.10.0] - 2021-03-02 -- GitLab From b59c14e2cdad415f14c31fbe095604c7a8b985ee Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Wed, 31 Mar 2021 12:39:22 +0200 Subject: [PATCH 4/4] Remove empty section --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3538b2e9..944a1aa3 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 - Only allow new contract names beginning with an alphabetic character - [#219](https://github.com/paritytech/cargo-contract/pull/219) - Upgrade `cargo-metadata` and fix usages - [#210](https://github.com/paritytech/cargo-contract/pull/210) -### Changed - ## [0.10.0] - 2021-03-02 ### Fixed -- GitLab