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
89e1f66f
Unverified
Commit
89e1f66f
authored
Apr 13, 2022
by
Sasha Gryaznov
Committed by
GitHub
Apr 13, 2022
Browse files
Release cargo-contract version 1.2.0 (#507)
* Release 1.2.0 * added missed fix to chagelog
parent
cfd55bd6
Changes
3
Show whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
89e1f66f
...
...
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.2.0] - 2022-04-13
### Added
-
`decode`
command for event, message and constructor data decoding -
[
#481
](
https://github.com/paritytech/cargo-contract/pull/481
)
### Fixed
-
Fix usage of
`check-only`
and remove need for
`FromStr`
impl -
[
#499
](
https://github.com/paritytech/cargo-contract/pull/499
)
## [1.1.1] - 2022-04-05
### Fixed
...
...
Cargo.lock
View file @
89e1f66f
...
...
@@ -465,7 +465,7 @@ dependencies = [
[[package]]
name = "cargo-contract"
version = "1.
1.1
"
version = "1.
2.0
"
dependencies = [
"anyhow",
"assert_cmd",
...
...
Cargo.toml
View file @
89e1f66f
...
...
@@ -3,7 +3,7 @@ members = [".", "metadata"]
[package]
name
=
"cargo-contract"
version
=
"1.
1.1
"
version
=
"1.
2.0
"
authors
=
[
"Parity Technologies <admin@parity.io>"
]
build
=
"build.rs"
edition
=
"2021"
...
...
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