Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
cargo-contract
Commits
d0dbd139
Unverified
Commit
d0dbd139
authored
May 09, 2022
by
Andrew Jones
Committed by
GitHub
May 09, 2022
Browse files
Release `v1.3.0` (#551)
* Release v1.3.0 * Update from yanked ed25519 package
parent
7dc0140c
Pipeline
#193133
failed with stages
in 4 minutes and 25 seconds
Changes
3
Pipelines
5
Show whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
d0dbd139
...
...
@@ -6,8 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.3.0] - 2022-05-09
### Added
-
Allow hex literals for unsigned integers -
[
#547
](
https://github.com/paritytech/cargo-contract/pull/547
)
### Fixed
-
Display
`H256`
instances in events as hex encoded string -
[
#550
](
https://github.com/paritytech/cargo-contract/pull/550
)
-
Fix extrinsic params for contract chains -
[
#523
](
https://github.com/paritytech/cargo-contract/pull/523
)
-
Fix
`Vec<AccountId>`
args -
[
#519
](
https://github.com/paritytech/cargo-contract/pull/519
)
-
Fix
`--dry-run`
error deserialization and report error details -
[
#534
](
https://github.com/paritytech/cargo-contract/pull/534
)
## [1.2.0] - 2022-04-13
...
...
Cargo.lock
View file @
d0dbd139
...
...
@@ -465,7 +465,7 @@ dependencies = [
[[package]]
name = "cargo-contract"
version = "1.
2
.0"
version = "1.
3
.0"
dependencies = [
"anyhow",
"assert_cmd",
...
...
@@ -913,9 +913,9 @@ checksum = "21e50f3adc76d6a43f5ed73b698a87d0760ca74617f60f7c3b879003536fdd28"
[[package]]
name = "ed25519"
version = "1.
4
.0"
version = "1.
5
.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "
eed12bbf7b5312f8da1c2722bc06d8c6b12c2d86a7fb35a194c7f3e6fc2bbe39
"
checksum = "
d916019f70ae3a1faa1195685e290287f39207d38e6dfee727197cffcc002214
"
dependencies = [
"signature",
]
...
...
Cargo.toml
View file @
d0dbd139
...
...
@@ -3,7 +3,7 @@ members = [".", "metadata"]
[package]
name
=
"cargo-contract"
version
=
"1.
2
.0"
version
=
"1.
3
.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