From a5af2f149705ba7c99f2e5edd244c2ed9b6df683 Mon Sep 17 00:00:00 2001 From: Zen Voich Date: Fri, 5 Apr 2024 13:54:40 +0400 Subject: [PATCH] 2.0.0 --- CHANGELOG.md | 2 +- mops.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8737ca..f7b0446 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## 2.0.0 -- Requires `moc` version `0.11.0` or higher. +- **BREAKING CHANGE**: Requires `moc` version `0.11.0` or higher. - Added `testsys` function to run tests with `system` capability. (by @skilesare) Example: diff --git a/mops.toml b/mops.toml index bd086d7..49dfaa2 100644 --- a/mops.toml +++ b/mops.toml @@ -1,6 +1,6 @@ [package] name = "test" -version = "1.2.0" +version = "2.0.0" description = "Motoko testing library to run tests with mops" repository = "https://github.com/ZenVoich/test" keywords = [ "test", "testing", "unit", "suite", "expect", "matchers", "mops" ]