Skip to content

Commit

Permalink
Merge pull request #552 from Concordium/7.0/release
Browse files Browse the repository at this point in the history
Prepare for release.
  • Loading branch information
td202 authored Aug 26, 2024
2 parents 123f082 + 05d0425 commit 5e148cf
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion concordium-grpc-api
4 changes: 2 additions & 2 deletions rust-src/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions rust-src/concordium_base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Unreleased changes

## 6.0.0

- Extend `id::types::ATTRIBUTE_NAMES` with new company attribute tags: "legalName", "legalCountry", "businessNumber" and "registationAuth".
- Add a new module `cis3_types` that defines the interface types for CIS3
compatible contracts.
Expand Down
2 changes: 1 addition & 1 deletion rust-src/concordium_base/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concordium_base"
version = "5.0.0"
version = "6.0.0"
authors = ["Concordium AG <[email protected]>"]
edition = "2021"
rust-version = "1.73"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased changes

## concordium-contracts-common 9.2.0 (2024-08-27)

- Add `TryFrom` implementation to convert `&[u8]` to `AccountAddress`, when feature `derive-serde` is enabled.
- Derive `serde::Serialize` and `serde::Serialize` for `PublicKeyEd25519` using
`FromStr` and `Display` implementations, when feature `derive-serde` is
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concordium-contracts-common"
version = "9.1.0"
version = "9.2.0"
authors = ["Concordium <[email protected]>"]
edition = "2021"
rust-version = "1.73"
Expand Down
2 changes: 1 addition & 1 deletion smart-contracts/wasm-chain-integration/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5e148cf

Please sign in to comment.