Skip to content

Commit f097f61

Browse files
committed
Prepare 0.5.0 release.
1 parent 4fcf2bf commit f097f61

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

concordium-std-derive/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## Unreleased changes
4+
5+
## concordium-std-derive 0.5.0 (2021-05-12)
6+
7+
- Add macros for deriving error implementations.
8+
- Make derive macros slightly more hygienic.

concordium-std/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased changes
44

5+
## concordium-std 0.5.0 (2021-05-12)
6+
57
- Make Write implementation for ContractStateTest resize the state automatically
68
to be consistent with the Write implementation for ContractState.
79
- Use little-endian encoding for sender contract addresses in receive contexts. This

concordium-std/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ version = "=0.5"
2020

2121
[dependencies.concordium-contracts-common]
2222
path = "../concordium-contracts-common"
23-
version = "=0.3.2"
23+
version = "=0.4"
2424
default-features = false
2525

2626
[features]

0 commit comments

Comments
 (0)