From bc3bb531e6948cbaa0fc441a3207606b26036e2c Mon Sep 17 00:00:00 2001 From: Tom McLaughlin Date: Sat, 6 Jan 2024 18:33:16 -0800 Subject: [PATCH] Release sandwich-0.2.2.0 --- sandwich/CHANGELOG.md | 2 ++ sandwich/package.yaml | 2 +- sandwich/sandwich.cabal | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sandwich/CHANGELOG.md b/sandwich/CHANGELOG.md index a008b902..0467979a 100644 --- a/sandwich/CHANGELOG.md +++ b/sandwich/CHANGELOG.md @@ -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). diff --git a/sandwich/package.yaml b/sandwich/package.yaml index 93ec8359..d0dfaec9 100644 --- a/sandwich/package.yaml +++ b/sandwich/package.yaml @@ -1,5 +1,5 @@ name: sandwich -version: 0.2.1.0 +version: 0.2.2.0 github: "codedownio/sandwich" license: BSD3 author: "Tom McLaughlin" diff --git a/sandwich/sandwich.cabal b/sandwich/sandwich.cabal index 6d980514..45a17011 100644 --- a/sandwich/sandwich.cabal +++ b/sandwich/sandwich.cabal @@ -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 . category: Testing