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

Commit eea745c

Browse files
authored
Update version to 0.3.2 (#131)
* Update version to 0.3.2 * Update changelog too
1 parent c69dd4c commit eea745c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Unreleased Changes
44

5+
## 0.3.2 (2020-08-10)
6+
* Some cleanup of the TestEZ CLI internals
7+
* Added the ability to pass in a string to expect.to.throw. This will search the error message for a matching substring and report a failure if it's not there.
8+
59
## 0.3.1 (2020-06-22)
610
* Further simplify `beforeAll` handling.
711
* `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.

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.1"
6+
version = "0.3.2"

0 commit comments

Comments
 (0)