Skip to content

Commit 0574f68

Browse files
committed
Update version and changelog for concordium-std.
1 parent 14acc28 commit 0574f68

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

concordium-std/CHANGELOG.md

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

33
## Unreleased changes
44

5-
- Fix a bug that caused a linking error when using `concordium_dbg!`.
5+
## concordium-std 9.0.1 (2024-01-26)
6+
7+
- Fix a bug that caused a linking error when using `concordium_dbg!` on some
8+
platforms.
69
- The error message states that `_debug_print` cannot be found.
710

8-
## concordium-std 6.0.0 (2024-01-22)
11+
## concordium-std 9.0.0 (2024-01-22)
912

1013
- Add a `concordium_dbg!` macro and the associated `debug` feature to enable,
1114
together with `cargo concordium`, to emit debug information during contract

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 = "9.0.0"
3+
version = "9.0.1"
44
authors = ["Concordium <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.66"

0 commit comments

Comments
 (0)