From 2f5de562e42604009bc4b47f71cec0285b3b9681 Mon Sep 17 00:00:00 2001 From: Smooth Operator Date: Mon, 26 Dec 2022 09:01:40 -0500 Subject: [PATCH] 3.9.8: expose exceptions --- balls.nim | 2 ++ balls.nimble | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/balls.nim b/balls.nim index 7666a7a..ab4186a 100644 --- a/balls.nim +++ b/balls.nim @@ -16,6 +16,8 @@ import ups/sanitize import balls/spec import balls/style +export FailError, SkipError, ExpectedError + type Rewrite = proc(n: NimNode): NimNode diff --git a/balls.nimble b/balls.nimble index 4e51925..89070f9 100644 --- a/balls.nimble +++ b/balls.nimble @@ -1,4 +1,4 @@ -version = "3.9.7" +version = "3.9.8" author = "disruptek" description = "a unittest framework with balls 🔴🟡🟢" license = "MIT"