Skip to content

Commit

Permalink
chore: Releasing 0.14.0 (#4886)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggreif authored Feb 5, 2025
1 parent 34fa015 commit b0123f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Motoko compiler changelog

## 0.14.0 (FUTURE)
## 0.14.0 (2025-02-05)

* motoko (`moc`)

Expand All @@ -15,9 +15,8 @@
import Nat32 "mo:base/Nat32";
(with migration =
func (old : { var size : Nat32 }) : { var length : Nat } {
func (old : { var size : Nat32 }) : { var length : Nat } =
{ var length = Nat32.toNat(old.size) }
}
)
persistent actor {
var length : Nat = 0;
Expand Down

0 comments on commit b0123f5

Please sign in to comment.