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 #151 from Roblox/bbrimeyer/feature/release-0.4.1
Browse files Browse the repository at this point in the history
Release 0.4.1
  • Loading branch information
benbrimeyer authored Oct 31, 2020
2 parents 302f5a2 + f66f1ea commit edc7246
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# TestEZ Changelog

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

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

## 0.4.0 (2020-10-02)
* Added `expect.extend` which allows projects to register their own, opinionated expectations that integrates into `expect`. ([#142](https://github.com/Roblox/testez/pull/142))
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.4.0"
version = "0.4.1"

0 comments on commit edc7246

Please sign in to comment.