From 42d8d42561e2c5166db9054df572c3240372c230 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Tue, 3 Aug 2021 17:44:52 +0200 Subject: [PATCH] Release v0.13.1 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e68e7b1..c4215c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.13.1] - 2021-08-03 + ### Fixed - Fixed a Windows issue with contract files in sub-folders - [#313](https://github.com/paritytech/cargo-contract/pull/313) diff --git a/Cargo.lock b/Cargo.lock index edcec8e7..9900ddff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -487,7 +487,7 @@ dependencies = [ [[package]] name = "cargo-contract" -version = "0.13.0" +version = "0.13.1" dependencies = [ "anyhow", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index 4016d853..3fc824bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "metadata"] [package] name = "cargo-contract" -version = "0.13.0" +version = "0.13.1" authors = ["Parity Technologies "] build = "build.rs" edition = "2018" -- GitLab