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
baaaeadb
Unverified
Commit
baaaeadb
authored
May 25, 2021
by
Michael Müller
Committed by
GitHub
May 25, 2021
Browse files
Release 0.12.1 (#278)
* Update changelog * Bump version
parent
89ce67c3
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
baaaeadb
...
...
@@ -6,8 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.12.1] - 2021-04-25
### Added
-
Suggest
`binaryen`
installation from GitHub release on outdated version -
[
#274
](
https://github.com/paritytech/cargo-contract/pull/274
)
-
Suggest
`binaryen`
installation from GitHub release on outdated version -
[
#274
](
https://github.com/paritytech/cargo-contract/pull/274
)
### Fixed
-
Always use library targets name for contract artifacts -
[
#277
](
https://github.com/paritytech/cargo-contract/pull/277
)
## [0.12.0] - 2021-04-21
...
...
Cargo.lock
View file @
baaaeadb
...
...
@@ -474,7 +474,7 @@ dependencies = [
[[package]]
name = "cargo-contract"
version = "0.12.
0
"
version = "0.12.
1
"
dependencies = [
"anyhow",
"assert_matches",
...
...
Cargo.toml
View file @
baaaeadb
...
...
@@ -3,7 +3,7 @@ members = [".", "metadata"]
[package]
name
=
"cargo-contract"
version
=
"0.12.
0
"
version
=
"0.12.
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