Skip to content

Commit bff049d

Browse files
authored
Motoko 0.14.14 (#727)
2 parents 0e2bed6 + 61704a3 commit bff049d

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
# Remember to update me in package-set.yml as well
1010
env:
1111
vessel_version: "v0.7.0"
12-
moc_version: "0.14.13"
12+
moc_version: "0.14.14"
1313

1414
jobs:
1515
tests:

.github/workflows/package-set.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
vessel_version: "v0.7.0"
11-
moc_version: "0.14.13"
11+
moc_version: "0.14.14"
1212

1313
jobs:
1414
verify:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.14.14
2+
3+
* Improved performance of `Array.tabulateVar` and `Array.thaw` (#725).
4+
15
## 0.14.13
26

37
(nothing)

mops.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "base"
3-
version = "0.14.13"
3+
version = "0.14.14"
44
description = "The Motoko base library"
55
repository = "https://github.com/dfinity/motoko-base"
66
keywords = [ "base" ]
@@ -10,5 +10,5 @@ license = "Apache-2.0"
1010
matchers = "https://github.com/kritzcreek/motoko-matchers#v1.3.0@3dac8a071b69e4e651b25a7d9683fe831eb7cffd"
1111

1212
[toolchain]
13-
moc = "0.14.13"
13+
moc = "0.14.14"
1414
wasmtime = "21.0.0"

0 commit comments

Comments
 (0)