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
27accdcc
Unverified
Commit
27accdcc
authored
Mar 18, 2022
by
Michael Müller
Committed by
GitHub
Mar 18, 2022
Browse files
Release `1.1.0` (#470)
* Update changelog * Bump version to `1.0.0`
parent
c40da7c1
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
27accdcc
...
...
@@ -6,11 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.1.0] - 2022-03-18
### Added
-
`--skip-linting`
flag that allows to skip the linting step during build process -
[
#468
](
https://github.com/paritytech/cargo-contract/pull/468
)
## [1.0.1] - 2022-03-18
-
Improved error reporting during installation -
[
#46
8
](
https://github.com/paritytech/cargo-contract/pull/46
8
)
-
Improved error reporting during installation -
[
#46
9
](
https://github.com/paritytech/cargo-contract/pull/46
9
)
## [1.0.0] - 2022-03-17
...
...
Cargo.lock
View file @
27accdcc
...
...
@@ -465,7 +465,7 @@ dependencies = [
[[package]]
name = "cargo-contract"
version = "1.
0.1
"
version = "1.
1.0
"
dependencies = [
"anyhow",
"assert_cmd",
...
...
Cargo.toml
View file @
27accdcc
...
...
@@ -3,7 +3,7 @@ members = [".", "metadata"]
[package]
name
=
"cargo-contract"
version
=
"1.
0.1
"
version
=
"1.
1.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