Skip to content
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.1.3
- Included `.luaurc` in Wally package for proper alias resolution

## 1.1.2
- Added script instance support for test roots (`Testable.run(script.Parent.Tests)`)
- Added automatic `.spec.luau` file discovery from directory script instances
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.2
1.1.3
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "horsenuggets/testable"
description = "A Luau testing framework based off of TestEZ."
version = "1.1.2"
version = "1.1.3"
license = "MIT"
realm = "shared"
registry = "https://github.com/UpliftGames/wally-index"
Expand Down
Loading