From acccb33a5919829f53318d8120e8f375ff3f10a9 Mon Sep 17 00:00:00 2001 From: MagiMaster Date: Mon, 22 Jun 2020 17:10:27 -0700 Subject: [PATCH] Bump version to 0.3.1 --- CHANGELOG.md | 2 ++ rotriever.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d86dd8f..4742189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # TestEZ Changelog ## Unreleased Changes + +## 0.3.1 (2020-06-22) * Further simplify `beforeAll` handling. * `beforeAll` now runs on entering the block, rather than on the first `it` encountered after entering the block. The major difference for the moment is that a `beforeAll` will now run even if there are no `it` blocks under it, which is now consistent with how `afterAll` worked. * `beforeAll` and `afterAll` now report errors by creating a dummy node in the results to contain the error. Previously, errors in `afterAll` were not reported. diff --git a/rotriever.toml b/rotriever.toml index e1df22d..d067dc8 100644 --- a/rotriever.toml +++ b/rotriever.toml @@ -3,4 +3,4 @@ name = "roblox/testez" author = "Roblox" license = "Apache2" content_root = "src" -version = "0.3.0" +version = "0.3.1"