Skip to content

Commit

Permalink
3.9.8: expose exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
disruptek committed Dec 26, 2022
1 parent 10d1d86 commit 2f5de56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions balls.nim
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ import ups/sanitize
import balls/spec
import balls/style

export FailError, SkipError, ExpectedError

type
Rewrite = proc(n: NimNode): NimNode

Expand Down
2 changes: 1 addition & 1 deletion balls.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.9.7"
version = "3.9.8"
author = "disruptek"
description = "a unittest framework with balls 🔴🟡🟢"
license = "MIT"
Expand Down

0 comments on commit 2f5de56

Please sign in to comment.