Skip to content

Commit

Permalink
Release concordium-cis2.
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak committed Aug 12, 2022
1 parent c492004 commit b3573fe
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
3 changes: 3 additions & 0 deletions concordium-cis2/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@

## Unreleased changes

## 1.0.0

Initial release of the library.
10 changes: 8 additions & 2 deletions concordium-cis2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concordium-cis2"
version = "0.1.2"
version = "1.0.0"
authors = ["Concordium <[email protected]>"]
edition = "2018"
license = "MPL-2.0"
Expand All @@ -11,7 +11,7 @@ readme = "./README.md"

[dependencies.concordium-std]
path = "../concordium-std"
version = "3.0"
version = "3.1"
default-features = false

[features]
Expand All @@ -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"]
7 changes: 7 additions & 0 deletions concordium-cis2/README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit b3573fe

Please sign in to comment.