Skip to content

Commit

Permalink
chore: Releasing 0.13.1 (#4726)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif authored Oct 7, 2024
1 parent 85f4f58 commit 00d60e4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Motoko compiler changelog

## 0.13.1 (2024-10-07)

* motoko (`moc`)

* Improved error messages for unbound identifiers and fields that avoid reporting large types and use an edit-distance based metric to suggest alternatives (#4720).

* Flag `--ai-errors` to tailor error messages to AI clients (#4720).

* Compilation units containing leading type definitions are now rejected with an improved error message (#4714).

* bugfix: `floatToInt64` now behaves correctly in the interpreter too (#4712).

## 0.13.0 (2024-09-17)

* motoko (`moc`)
Expand Down Expand Up @@ -93,6 +99,10 @@
}
```
* motoko-base
* Added `Iter.concat` function (thanks to AndyGura) (dfinity/motoko-base⁠#650).
## 0.12.0 (2024-07-26)
* motoko (`moc`)
Expand Down

0 comments on commit 00d60e4

Please sign in to comment.