Skip to content

Commit

Permalink
sandwich: bump to 0.3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Feb 1, 2025
1 parent 4bc8d0e commit 89bd1c9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions sandwich/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

## Unreleased

## 0.3.0.3

* Add 'ContainerOptions' type to `Test.Sandwich.Contexts.Container`
* Improve display of setup/work/teardown in TUI

## 0.3.0.2

* Re-fix compatibility for base < 4.14.0.0
* windows: fix Infinity -> maxBound for an Int

## 0.3.0.1

Expand Down
2 changes: 1 addition & 1 deletion sandwich/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sandwich
version: 0.3.0.2
version: 0.3.0.3
github: "codedownio/sandwich"
license: BSD3
author: "Tom McLaughlin"
Expand Down
2 changes: 1 addition & 1 deletion sandwich/sandwich.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: sandwich
version: 0.3.0.2
version: 0.3.0.3
synopsis: Yet another test framework for Haskell
description: Please see the <https://codedownio.github.io/sandwich documentation>.
category: Testing
Expand Down

0 comments on commit 89bd1c9

Please sign in to comment.