diff --git a/concordium-cis2/CHANGELOG.md b/concordium-cis2/CHANGELOG.md index afe1a354..6ca4ad3c 100644 --- a/concordium-cis2/CHANGELOG.md +++ b/concordium-cis2/CHANGELOG.md @@ -2,3 +2,6 @@ ## Unreleased changes +## 1.0.0 + +Initial release of the library. diff --git a/concordium-cis2/Cargo.toml b/concordium-cis2/Cargo.toml index fcca3cf8..e3d60226 100644 --- a/concordium-cis2/Cargo.toml +++ b/concordium-cis2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "concordium-cis2" -version = "0.1.2" +version = "1.0.0" authors = ["Concordium "] edition = "2018" license = "MPL-2.0" @@ -11,7 +11,7 @@ readme = "./README.md" [dependencies.concordium-std] path = "../concordium-std" -version = "3.0" +version = "3.1" default-features = false [features] @@ -23,3 +23,9 @@ crate-type = ["rlib"] [profile.release] opt-level = "s" + +[package.metadata.docs.rs] +# This sets the default target to `wasm32-unknown-unknown` and only builds that +# target on docs.rs. This is useful because the some parts of documentation only +# exist on that platform. +targets = ["wasm32-unknown-unknown"] diff --git a/concordium-cis2/README.md b/concordium-cis2/README.md new file mode 100644 index 00000000..07ecfc29 --- /dev/null +++ b/concordium-cis2/README.md @@ -0,0 +1,7 @@ +A library that simplifies working with the [Concordium Token Standard +CIS2](https://proposals.concordium.software/CIS/cis-2.html) on-chain. + +Links: +- [Documentation](https://docs.rs/concordium-cis2/latest/concordium_cis2/) +- [Crates.io](https://crates.io/crates/concordium-cis2) + diff --git a/concordium-contracts-common b/concordium-contracts-common index c1e10c13..a472e046 160000 --- a/concordium-contracts-common +++ b/concordium-contracts-common @@ -1 +1 @@ -Subproject commit c1e10c13a247efffe7620c8902c5c7f577bcbc8c +Subproject commit a472e0464e1636754bcd40c3e6fd3c5408d1c91d