Skip to content

Commit bd14ca6

Browse files
committed
Bump versions of std and std-derive for release.
1 parent 25ee77b commit bd14ca6

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

concordium-std-derive/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

33
## Unreleased changes
4+
5+
## concordium-std-derive 5.1.0 (2022-12-14)
6+
47
- Add a `#[concordium_quickcheck]` macro that re-exports a customized QuickCheck function
58
`test_infrastructure::concordium_qc` as a `#[concordium_test]` function.
69
It is enabled by the `concordium-quickcheck` feature.

concordium-std-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "concordium-std-derive"
3-
version = "5.0.0"
3+
version = "5.1.0"
44
authors = ["Concordium <[email protected]>"]
55
edition = "2018"
66
license = "MPL-2.0"

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 5.1.0 (2022-12-14)
6+
57
- Add a new primitive `get_random` for generating random numbers in Wasm code testing; `get_random` can be used in tests only, not available for smart contracts on the chain.
68
- Fix a linking issue when compiling contracts to native code on Windows and OSX.
79

concordium-std/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "concordium-std"
3-
version = "5.0.0"
3+
version = "5.1.0"
44
authors = ["Concordium <[email protected]>"]
55
edition = "2018"
66
license = "MPL-2.0"
@@ -22,11 +22,11 @@ getrandom = { version = "0.2", features = ["custom"], optional = true }
2222

2323
[dependencies.concordium-std-derive]
2424
path = "../concordium-std-derive"
25-
version = "5.0"
25+
version = "5.1"
2626

2727
[dependencies.concordium-contracts-common]
2828
path = "../concordium-contracts-common/concordium-contracts-common"
29-
version = "5.0"
29+
version = "5.1"
3030
default-features = false
3131

3232
[features]

0 commit comments

Comments
 (0)