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

Commit

Permalink
Merge pull request #120 from MagiMaster/version
Browse files Browse the repository at this point in the history
Bump version to 0.3.1
  • Loading branch information
MagiMaster authored Jun 23, 2020
2 parents cb2a713 + acccb33 commit 42f0b37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion rotriever.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name = "roblox/testez"
author = "Roblox"
license = "Apache2"
content_root = "src"
version = "0.3.0"
version = "0.3.1"

0 comments on commit 42f0b37

Please sign in to comment.