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
56060b97
Unverified
Commit
56060b97
authored
Jul 22, 2021
by
Michael Müller
Committed by
GitHub
Jul 22, 2021
Browse files
Release 0.13.0 (#308)
* Bump version * Fix release date * Update changelog
parent
fa8f4e60
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
56060b97
...
...
@@ -6,14 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.13.0] - 2021-07-22
### Added
-
Convenient off-chain testing through
`cargo contract test`
-
[
#283
](
https://github.com/paritytech/cargo-contract/pull/283
)
-
Build contracts in debug mode by default, add
`--release`
flag -
[
#298
](
https://github.com/paritytech/cargo-contract/pull/298
)
-
Add
`--keep-symbols`
flag for better Wasm analysis capabilities -
[
#302
](
https://github.com/paritytech/cargo-contract/pull/302
)
### Changed
-
Change default optimizations pass to focus on code size -
[
#305
](
https://github.com/paritytech/cargo-contract/pull/305
)
## [0.12.1] - 2021-0
4
-25
## [0.12.1] - 2021-0
5
-25
### Added
-
Suggest
`binaryen`
installation from GitHub release on outdated version -
[
#274
](
https://github.com/paritytech/cargo-contract/pull/274
)
...
...
Cargo.lock
View file @
56060b97
...
...
@@ -487,7 +487,7 @@ dependencies = [
[[package]]
name = "cargo-contract"
version = "0.1
2.1
"
version = "0.1
3.0
"
dependencies = [
"anyhow",
"assert_matches",
...
...
Cargo.toml
View file @
56060b97
...
...
@@ -3,7 +3,7 @@ members = [".", "metadata"]
[package]
name
=
"cargo-contract"
version
=
"0.1
2.1
"
version
=
"0.1
3.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