Skip to content

Commit 70efe47

Browse files
committed
Release concordium-std 10.1.0
1 parent aae1e44 commit 70efe47

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

concordium-std/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22

33
## Unreleased changes
44

5+
## concordium-std 10.1.0 (2024-04-04)
6+
57
- Add support for querying the module reference and contract name of an instance,
68
via the `HasHost::contract_module_reference` and `HasHost::contract_name` functions.
7-
These are only available from protocol version 7, and as such are guarded by the
8-
`p7` feature flag.
9+
These are only available from protocol version 7, and as such are guarded by the `p7` feature flag.
910
- Add two ordered collections: `StateBTreeMap` and `StateBTreeSet`. These are based on [B-Tree](https://en.wikipedia.org/wiki/B-tree), but where each node is stored in the low-level smart contract key-value store. Use one of these when needing operations related to the ordering of the keys, such as `higher(k)` providing the smallest key in collection which is stricly greater than `k`.
1011
- Bump MSRV to 1.73
1112

concordium-std/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"
3-
version = "10.0.0"
3+
version = "10.1.0"
44
authors = ["Concordium <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.73"

0 commit comments

Comments
 (0)