Skip to content

Commit

Permalink
bump: v0.12.1 -> v0.13.0 cargo contract test
Browse files Browse the repository at this point in the history
  • Loading branch information
chiefbiiko committed May 27, 2021
1 parent 19aa655 commit c789f9d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.0] - 2021-05-27

### Added
- Convenient offchain testing through `cargo contract test`

## [0.12.1] - 2021-04-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion 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 = "0.12.1"
version = "0.13.0"
authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs"
edition = "2018"
Expand Down

0 comments on commit c789f9d

Please sign in to comment.