From add51d6c2c0a3b1ece21469a47d27adebc4deba3 Mon Sep 17 00:00:00 2001 From: Claudio Russo Date: Mon, 7 Oct 2024 16:27:23 +0100 Subject: [PATCH] Motoko 0.13.1 --- .github/workflows/ci.yml | 2 +- .github/workflows/package-set.yml | 2 +- CHANGELOG.md | 4 ++++ mops.toml | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 74179ab5..bdebf118 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ on: # Remember to update me in package-set.yml as well env: vessel_version: "v0.7.0" - moc_version: "0.13.0" + moc_version: "0.13.1" jobs: tests: diff --git a/.github/workflows/package-set.yml b/.github/workflows/package-set.yml index c1effca0..ff73cd00 100644 --- a/.github/workflows/package-set.yml +++ b/.github/workflows/package-set.yml @@ -8,7 +8,7 @@ on: env: vessel_version: "v0.7.0" - moc_version: "0.13.0" + moc_version: "0.13.1" jobs: verify: diff --git a/CHANGELOG.md b/CHANGELOG.md index eff519fc..6f46421d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.13.1 + +(nothing) + ## 0.13.0 (nothing) diff --git a/mops.toml b/mops.toml index e8088789..6dea6636 100644 --- a/mops.toml +++ b/mops.toml @@ -1,6 +1,6 @@ [package] name = "base" -version = "0.13.0" +version = "0.13.1" description = "The Motoko base library" repository = "https://github.com/dfinity/motoko-base" keywords = [ "base" ] @@ -10,5 +10,5 @@ license = "Apache-2.0" matchers = "https://github.com/kritzcreek/motoko-matchers#v1.3.0@3dac8a071b69e4e651b25a7d9683fe831eb7cffd" [toolchain] -moc = "0.13.0" +moc = "0.13.1" wasmtime = "17.0.0"