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
71edda93
Unverified
Commit
71edda93
authored
Apr 05, 2022
by
Michael Müller
Committed by
GitHub
Apr 05, 2022
Browse files
Release `cargo-contract` version `1.1.1` (#491)
* Bump version to `1.1.1` * Update changelog
parent
3db4734c
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
71edda93
...
...
@@ -6,9 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.1.1] - 2022-04-05
### Fixed
-
Fix linting support for Apple Silicon (and some other architectures) -
[
#489
](
https://github.com/paritytech/cargo-contract/pull/489
)
-
Allow multiple args values for call and instantiate commands -
[
#480
](
https://github.com/paritytech/cargo-contract/pull/480
)
-
Fix event decoding -
[
c721b1
](
https://github.com/paritytech/cargo-contract/commit/c721b19519e579de41217aa347625920925d8040
)
-
Fix event decoding -
[
`
c721b1
`
](
https://github.com/paritytech/cargo-contract/commit/c721b19519e579de41217aa347625920925d8040
)
## [1.1.0] - 2022-03-18
...
...
Cargo.lock
View file @
71edda93
...
...
@@ -465,7 +465,7 @@ dependencies = [
[[package]]
name = "cargo-contract"
version = "1.1.
0
"
version = "1.1.
1
"
dependencies = [
"anyhow",
"assert_cmd",
...
...
Cargo.toml
View file @
71edda93
...
...
@@ -3,7 +3,7 @@ members = [".", "metadata"]
[package]
name
=
"cargo-contract"
version
=
"1.1.
0
"
version
=
"1.1.
1
"
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