From 039dfaa88a226b01c4ff12b79c533a9eb1cd58e1 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Thu, 22 Jul 2021 14:50:11 +0200 Subject: [PATCH 1/2] Release `contract-metadata` v0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- metadata/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a138b88..1596fe79 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -638,7 +638,7 @@ checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc" [[package]] name = "contract-metadata" -version = "0.2.0" +version = "0.3.0" dependencies = [ "pretty_assertions", "semver", diff --git a/Cargo.toml b/Cargo.toml index d819a8f5..e5f134e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/metadata/Cargo.toml b/metadata/Cargo.toml index ab711dd8..a630087e 100644 --- a/metadata/Cargo.toml +++ b/metadata/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "contract-metadata" -version = "0.2.0" +version = "0.3.0" authors = ["Parity Technologies "] edition = "2018" -- GitLab From 3f814952771ca4a16ec34343f06f5d977716f2dd Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Thu, 22 Jul 2021 16:36:35 +0200 Subject: [PATCH 2/2] Fix markdown syntax --- metadata/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/README.md b/metadata/README.md index 70d184be..57a396c2 100644 --- a/metadata/README.md +++ b/metadata/README.md @@ -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). -- GitLab