New releases of sandwich and sandwich-hedgehog

This commit is contained in:
Tom McLaughlin 2023-04-06 16:32:50 -07:00
parent 85e0acaf34
commit 9c5889f0a0
6 changed files with 8 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# Changelog for sandwich-hedgehog
## Unreleased changes
## 0.1.2.0
* Support propertySkip in hedgehog

View File

@ -1,5 +1,5 @@
name: sandwich-hedgehog
version: 0.1.1.0
version: 0.1.2.0
github: "codedownio/sandwich-hedgehog"
license: BSD3
author: "Tom McLaughlin"

View File

@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack
name: sandwich-hedgehog
version: 0.1.1.0
version: 0.1.2.0
synopsis: Sandwich integration with Hedgehog
description: Please see the <https://codedownio.github.io/sandwich/docs/extensions/sandwich-hedgehog documentation>.
category: Testing

View File

@ -1,6 +1,8 @@
# Changelog for sandwich
## Unreleased changes
## 0.1.3.1
* Fix #61 (options not being passed from configured TUI formatter when `--tui` flag is used)
## 0.1.3.0

View File

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