Skip to content

Commit

Permalink
Merge pull request #416 from Concordium/release-std
Browse files Browse the repository at this point in the history
Release concordium-std 10.1.0
  • Loading branch information
abizjak authored Apr 4, 2024
2 parents aae1e44 + 70efe47 commit a26a3d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions concordium-std/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@

## Unreleased changes

## concordium-std 10.1.0 (2024-04-04)

- Add support for querying the module reference and contract name of an instance,
via the `HasHost::contract_module_reference` and `HasHost::contract_name` functions.
These are only available from protocol version 7, and as such are guarded by the
`p7` feature flag.
These are only available from protocol version 7, and as such are guarded by the `p7` feature flag.
- 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`.
- Bump MSRV to 1.73

Expand Down
2 changes: 1 addition & 1 deletion concordium-std/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concordium-std"
version = "10.0.0"
version = "10.1.0"
authors = ["Concordium <developers@concordium.com>"]
edition = "2021"
rust-version = "1.73"
Expand Down

0 comments on commit a26a3d8

Please sign in to comment.