Skip to content

Commit

Permalink
Release sandwich-0.2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jan 7, 2024
1 parent 711d25e commit bc3bb53
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions sandwich/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased changes

## 0.2.2.0

* Add primed versions of createProcessWithLogging etc. with customizable log level
* Add `Test.Sandwich.Util.Process` with `gracefullyStopProcess` and `gracefullyWaitForProcess` (and remove these from an internal `sandwich-webdriver` module).

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.2.1.0
version: 0.2.2.0
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.2.1.0
version: 0.2.2.0
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 bc3bb53

Please sign in to comment.