From b26f19676d756d804034fb694ad717332612e38c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Bizjak?= Date: Tue, 17 May 2022 11:24:52 +0200 Subject: [PATCH] Bump changelogs. --- concordium-std-derive/CHANGELOG.md | 2 +- concordium-std/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/concordium-std-derive/CHANGELOG.md b/concordium-std-derive/CHANGELOG.md index e0843b4e..99c596da 100644 --- a/concordium-std-derive/CHANGELOG.md +++ b/concordium-std-derive/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased changes +## concordium-std-derive 3.0.0 (2022-05-17) - Add `#[concordium_cfg_not_test]` macro, that excludes parts of code for testing. - Add `derive(Deletable)` macro for deriving the `Deletable` trait. diff --git a/concordium-std/CHANGELOG.md b/concordium-std/CHANGELOG.md index d406a5a2..1b9c8a08 100644 --- a/concordium-std/CHANGELOG.md +++ b/concordium-std/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased changes +## concordium-std 3.0.0 (2022-05-17) - Remove support for v0 smart contracts and add support for v1: - Replace message passing with synchronous calls: - Remove the `Action` type.