Bump version and add changelog entry

This commit is contained in:
thomasjm 2023-09-19 02:42:45 -07:00
parent 871525c840
commit eb3faba6af
3 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
## Unreleased changes
## 0.1.5.2
* Contexts: add pushContext and popContext helpers.
## 0.1.5.1
* Logging: add readCreateProcessWithLogging

View File

@ -1,5 +1,5 @@
name: sandwich
version: 0.1.5.1
version: 0.1.5.2
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.1.5.1
version: 0.1.5.2
synopsis: Yet another test framework for Haskell
description: Please see the <https://codedownio.github.io/sandwich documentation>.
category: Testing