Release sandwich-0.2.1.0

This commit is contained in:
Tom McLaughlin 2023-11-27 18:01:47 -07:00
parent 1e26672528
commit 516ba470f5
3 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
## Unreleased changes
## 0.2.1.0
* Improve clock management; don't keep incrementing it when nothing and restart it when r/R are pressed.
## 0.2.0.0
* Allow any formatter except TUI to be used with --repeat N.

View File

@ -1,5 +1,5 @@
name: sandwich
version: 0.2.0.0
version: 0.2.1.0
github: "codedownio/sandwich"
license: BSD3
author: "Tom McLaughlin"

View File

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: sandwich
version: 0.2.0.0
version: 0.2.1.0
synopsis: Yet another test framework for Haskell
description: Please see the <https://codedownio.github.io/sandwich documentation>.
category: Testing