Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sergej Kostjucenko
cargo-contract
Commits
5d4cf937
Unverified
Commit
5d4cf937
authored
Apr 06, 2021
by
Michael Müller
Committed by
GitHub
Apr 06, 2021
Browse files
Release 0.11.1 (#249)
* Update changelog * Bump version
parent
ceb24bf7
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
5d4cf937
...
...
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [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
### Added
...
...
Cargo.lock
View file @
5d4cf937
...
...
@@ -489,7 +489,7 @@ dependencies = [
[[package]]
name = "cargo-contract"
version = "0.11.
0
"
version = "0.11.
1
"
dependencies = [
"anyhow",
"assert_matches",
...
...
Cargo.toml
View file @
5d4cf937
...
...
@@ -3,7 +3,7 @@ members = [".", "metadata"]
[package]
name
=
"cargo-contract"
version
=
"0.11.
0
"
version
=
"0.11.
1
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
build
=
"build.rs"
edition
=
"2018"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment