Skip to content

Commit

Permalink
chore: Releasing 0.12.1 (#4653)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif authored Aug 8, 2024
1 parent 01507ae commit a001388
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -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;
Expand All @@ -31,7 +34,6 @@
}
```
## 0.12.0 (2024-07-26)
* motoko (`moc`)
Expand Down

0 comments on commit a001388

Please sign in to comment.