Skip to content
This repository was archived by the owner on Sep 14, 2024. It is now read-only.

Commit 42f0b37

Browse files
authored
Merge pull request #120 from MagiMaster/version
Bump version to 0.3.1
2 parents cb2a713 + acccb33 commit 42f0b37

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# TestEZ Changelog
22

33
## Unreleased Changes
4+
5+
## 0.3.1 (2020-06-22)
46
* Further simplify `beforeAll` handling.
57
* `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.
68
* `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.

rotriever.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name = "roblox/testez"
33
author = "Roblox"
44
license = "Apache2"
55
content_root = "src"
6-
version = "0.3.0"
6+
version = "0.3.1"

0 commit comments

Comments
 (0)