Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
Release version 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak committed Oct 5, 2021
1 parent f682b80 commit 319fd05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Unreleased changes

## concordium-contracts-common 1.0.0 (2021-10-05)
- Add public validation functions to contract and receive names.
- Add new cases for NewContractNameError and NewReceiveNameError.
- Remove the needless reference in `to_owned` and `get_chain_name` methods.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concordium-contracts-common"
version = "0.4.1"
version = "1.0.0"
authors = ["Concordium <[email protected]>"]
edition = "2018"
license = "MPL-2.0"
Expand Down

0 comments on commit 319fd05

Please sign in to comment.