From a0013886727f85e20c1ee1fcdc8f5f68c60ff9d7 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Thu, 8 Aug 2024 17:00:35 +0200 Subject: [PATCH] chore: Releasing 0.12.1 (#4653) --- Changelog.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index e0958238028..d60d1193ca1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,9 +1,12 @@ # Motoko compiler changelog -## Upcoming +## 0.12.1 (2024-08-08) * motoko (`moc`) - * debugging: `__motoko_runtime_information()` as privileged query for runtime statistics. + + * Added a new command-line flag `--print-source-on-error` to print source code context on error (#4650). + + * debugging: `__motoko_runtime_information()` as privileged query for runtime statistics (#4635). Exposing a privileged system-level query function `__motoko_runtime_information()` that reports the current runtime statistics of the canister, such as the heap size, @@ -12,7 +15,7 @@ inspected on the IC replica dashboard as they are internal to the Motoko runtime system. This query is only authorized to the canister controllers and self-calls of the canister. - ``` + ``` Motoko __motoko_runtime_information : () -> { compilerVersion : Text; rtsVersion : Text; @@ -31,7 +34,6 @@ } ``` - ## 0.12.0 (2024-07-26) * motoko (`moc`)