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

Commit edc7246

Browse files
authored
Merge pull request #151 from Roblox/bbrimeyer/feature/release-0.4.1
Release 0.4.1
2 parents 302f5a2 + f66f1ea commit edc7246

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

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

33
## Unreleased Changes
4-
* `afterEach` blocks now run their code after `it` blocks fail or error
54

5+
## 0.4.1 (2020-10-30)
6+
* `afterEach` blocks now run their code after `it` blocks fail or error
67

78
## 0.4.0 (2020-10-02)
89
* Added `expect.extend` which allows projects to register their own, opinionated expectations that integrates into `expect`. ([#142](https://github.com/Roblox/testez/pull/142))

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.4.0"
6+
version = "0.4.1"

0 commit comments

Comments
 (0)