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
be92f35a
Unverified
Commit
be92f35a
authored
Apr 21, 2021
by
Michael Müller
Committed by
GitHub
Apr 21, 2021
Browse files
Release 0.12.0 (#267)
* Update changelog * Bump version * Add #260 to changelog
parent
6774f341
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
be92f35a
...
...
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.12.0] - 2021-04-21
### Fixed
-
Fixed
`ERROR: The workspace root package should be a workspace member`
when building a contract
under Windows -
[
#261
](
https://github.com/paritytech/cargo-contract/pull/261
)
...
...
@@ -13,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
-
Remove support for
`--binaryen-as-dependency`
-
[
#251
](
https://github.com/paritytech/cargo-contract/pull/251
)
-
Remove support for the deprecated
`cargo contract generate-metadata`
command -
[
#265
](
https://github.com/paritytech/cargo-contract/pull/265
)
-
Remove pinned
`funty`
dependency from "new project" template -
[
#260
](
https://github.com/paritytech/cargo-contract/pull/260
)
## [0.11.1] - 2021-04-06
...
...
Cargo.lock
View file @
be92f35a
...
...
@@ -474,7 +474,7 @@ dependencies = [
[[package]]
name = "cargo-contract"
version = "0.1
1.1
"
version = "0.1
2.0
"
dependencies = [
"anyhow",
"assert_matches",
...
...
Cargo.toml
View file @
be92f35a
...
...
@@ -3,7 +3,7 @@ members = [".", "metadata"]
[package]
name
=
"cargo-contract"
version
=
"0.1
1.1
"
version
=
"0.1
2.0
"
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