diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e68e7b173ee7af3c4921830f574dd56e2a3b42e..c4215c938cd10ec676c167cf68fa8ae25346fd90 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 edcec8e76344bc391d2b6db4c6e0406a607d38d3..9900ddff7e402b8b86eb30ffb9c261d47dcb13b8 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 4016d853fea35cdd677d4a082f791cf30af18783..3fc824bf4c3a78e3c532abc8825bf7bc8e066af8 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"