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

Commit

Permalink
Bump to 0.4.0 as we are adding new functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
amatosov-rbx committed Oct 2, 2020
1 parent dcfe194 commit e21c719
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Unreleased Changes


## 0.3.4 (2020-10-02)
## 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))
* Modeled after [jest's implementation](https://jestjs.io/docs/en/expect#expectextendmatchers).
* Matchers are functions that should return an object with with two keys, boolean `pass` and a string `message`
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.4"
version = "0.4.0"

0 comments on commit e21c719

Please sign in to comment.