Unverified Commit 5d4cf937 authored by Michael Müller's avatar Michael Müller Committed by GitHub
Browse files

Release 0.11.1 (#249)

* Update changelog

* Bump version
parent ceb24bf7
...@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [0.11.1] - 2021-04-06
### Fixed
- Fix `wasm-opt --version` parsing - [#248](https://github.com/paritytech/cargo-contract/pull/248)
## [0.11.0] - 2021-03-31 ## [0.11.0] - 2021-03-31
### Added ### Added
......
...@@ -489,7 +489,7 @@ dependencies = [ ...@@ -489,7 +489,7 @@ dependencies = [
[[package]] [[package]]
name = "cargo-contract" name = "cargo-contract"
version = "0.11.0" version = "0.11.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"assert_matches", "assert_matches",
......
...@@ -3,7 +3,7 @@ members = [".", "metadata"] ...@@ -3,7 +3,7 @@ members = [".", "metadata"]
[package] [package]
name = "cargo-contract" name = "cargo-contract"
version = "0.11.0" version = "0.11.1"
authors = ["Parity Technologies <admin@parity.io>"] authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs" build = "build.rs"
edition = "2018" edition = "2018"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment