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

Commit 6c42418

Browse files
authored
Update rotriever.toml (#166)
1 parent 25d957d commit 6c42418

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
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.4.2 (2022-01-05)
6+
* Updated `rotriever.toml` to fix deprecation warnings
7+
* Added dark theme support to the documentation site
8+
59
## 0.4.1 (2020-10-30)
610
* `afterEach` blocks now run their code after `it` blocks fail or error
711

rotriever.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[package]
2-
name = "roblox/testez"
3-
author = "Roblox"
2+
name = "TestEZ"
3+
authors = [
4+
"Roblox"
5+
]
46
license = "Apache2"
57
content_root = "src"
6-
version = "0.4.1"
8+
version = "0.4.2"

0 commit comments

Comments
 (0)