Skip to content

Commit

Permalink
Release contract-metadata v0.3.0 (use-ink#309)
Browse files Browse the repository at this point in the history
* Release `contract-metadata` v0.3.0

* Fix markdown syntax
  • Loading branch information
Michael Müller authored Jul 22, 2021
1 parent b5f241f commit fa8f4e6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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 @@ -33,7 +33,7 @@ colored = "2.0.0"
toml = "0.5.8"
rustc_version = "0.4.0"
blake2 = "0.9.1"
contract-metadata = { version = "0.2.0", path = "./metadata" }
contract-metadata = { version = "0.3.0", path = "./metadata" }
semver = { version = "1.0.3", features = ["serde"] }
serde = { version = "1.0.126", default-features = false, features = ["derive"] }
serde_json = "1.0.64"
Expand Down
2 changes: 1 addition & 1 deletion metadata/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "contract-metadata"
version = "0.2.0"
version = "0.3.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion metadata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
Defines types for the extended metadata of smart contracts targeting [substrate](https://github.com/paritytech/substrate).

Currently part of [`cargo-contract`](https://github.com/paritytech/cargo-contract), the build tool for smart
contracts written in ('ink!)[https://github.com/paritytech/ink].
contracts written in [ink!](https://github.com/paritytech/ink).

0 comments on commit fa8f4e6

Please sign in to comment.