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

Update rotriever.toml #166

Merged
merged 4 commits into from
Jan 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased Changes

## 0.4.2 (2022-01-05)
* Updated `rotriever.toml` to fix deprecation warnings
* Added dark theme support to the documentation site

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

Expand Down
8 changes: 5 additions & 3 deletions rotriever.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[package]
name = "roblox/testez"
author = "Roblox"
name = "TestEZ"
authors = [
"Roblox"
]
license = "Apache2"
content_root = "src"
version = "0.4.1"
version = "0.4.2"