From 667a2af596e2aeb1efe51bf945aa8cf7a6164b4b Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Thu, 22 Jul 2021 11:13:46 +0200 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 8a138b88..6c473ba5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -487,7 +487,7 @@ dependencies = [ [[package]] name = "cargo-contract" -version = "0.12.1" +version = "0.13.0" dependencies = [ "anyhow", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index d819a8f5..c01a8a83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "metadata"] [package] name = "cargo-contract" -version = "0.12.1" +version = "0.13.0" authors = ["Parity Technologies "] build = "build.rs" edition = "2018" -- GitLab From f587afb9b58a4515abeb7ac348f8c94c8427a789 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Thu, 22 Jul 2021 11:14:16 +0200 Subject: [PATCH 2/3] Fix release date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9e85b33..fa2a698b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Change default optimizations pass to focus on code size - [#305](https://github.com/paritytech/cargo-contract/pull/305) -## [0.12.1] - 2021-04-25 +## [0.12.1] - 2021-05-25 ### Added - Suggest `binaryen` installation from GitHub release on outdated version - [#274](https://github.com/paritytech/cargo-contract/pull/274) -- GitLab From be5a9d933e7c75c981807c0e0e0a70b85c1f8799 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Thu, 22 Jul 2021 11:15:57 +0200 Subject: [PATCH 3/3] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa2a698b..c62a161d 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] +## [0.13.0] - 2021-07-22 + ### Added - Convenient off-chain testing through `cargo contract test` - [#283](https://github.com/paritytech/cargo-contract/pull/283) - Build contracts in debug mode by default, add `--release` flag - [#298](https://github.com/paritytech/cargo-contract/pull/298) +- Add `--keep-symbols` flag for better Wasm analysis capabilities - [#302](https://github.com/paritytech/cargo-contract/pull/302) ### Changed - Change default optimizations pass to focus on code size - [#305](https://github.com/paritytech/cargo-contract/pull/305) -- GitLab