Skip to content

Commit

Permalink
Release v1.3.0 (use-ink#551)
Browse files Browse the repository at this point in the history
* Release v1.3.0

* Update from yanked ed25519 package
  • Loading branch information
ascjones authored May 9, 2022
1 parent 7dc0140 commit d0dbd13
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- Fix extrinsic params for contract chains - [#523](https://github.com/paritytech/cargo-contract/pull/523)
- 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

Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d0dbd13

Please sign in to comment.