From 960eda330ecc324fb7ac1e320f5f6c5a6aa0a8db Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Tue, 2 Mar 2021 17:26:26 +0000 Subject: [PATCH 1/3] Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b74e11a..f1077b13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.0] - 2021-03-02 + +### Fixed +- no periods in new contract names - [#192](https://github.com/paritytech/cargo-contract/pull/192) + +### Changed +- Update `cargo contract new` template dependencies for `ink!` `rc3` - [#204](https://github. + com/paritytech/cargo-contract/pull/204) + ## [0.9.1] - 2021-02-24 ### Fixed -- GitLab From b921ec30fae3457bd0b11212d0883b044287bf48 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Tue, 2 Mar 2021 17:27:07 +0000 Subject: [PATCH 2/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 17c17820..945c9d7f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -480,7 +480,7 @@ checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba" [[package]] name = "cargo-contract" -version = "0.9.1" +version = "0.10.0" dependencies = [ "anyhow", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index 439a9875..5b83e1d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "metadata"] [package] name = "cargo-contract" -version = "0.9.1" +version = "0.10.0" authors = ["Parity Technologies "] build = "build.rs" edition = "2018" -- GitLab From f0b6a39e128bd2d26c3900e058df79a2dd32e2e9 Mon Sep 17 00:00:00 2001 From: Andrew Jones Date: Tue, 2 Mar 2021 17:28:43 +0000 Subject: [PATCH 3/3] Fix changelog link --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1077b13..6fd60971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - no periods in new contract names - [#192](https://github.com/paritytech/cargo-contract/pull/192) ### Changed -- Update `cargo contract new` template dependencies for `ink!` `rc3` - [#204](https://github. - com/paritytech/cargo-contract/pull/204) +- Update `cargo contract new` template dependencies for `ink!` `rc3` - [#204](https://github.com/paritytech/cargo-contract/pull/204) ## [0.9.1] - 2021-02-24 -- GitLab