From a95fed1c3c5bcfa489a98201bd5218c9476cfa9b Mon Sep 17 00:00:00 2001 From: thomasjm Date: Fri, 13 Sep 2024 11:18:21 -0700 Subject: [PATCH] sandwich-hedgehog: release 0.1.3.1 --- sandwich-hedgehog/ChangeLog.md | 4 ++++ sandwich-hedgehog/package.yaml | 2 +- sandwich-hedgehog/sandwich-hedgehog.cabal | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sandwich-hedgehog/ChangeLog.md b/sandwich-hedgehog/ChangeLog.md index 44bccf9a..8f775259 100644 --- a/sandwich-hedgehog/ChangeLog.md +++ b/sandwich-hedgehog/ChangeLog.md @@ -2,6 +2,10 @@ ## Unreleased +## 0.1.3.1 + +* Support hedgehog-1.5 + ## 0.1.3.0 * Fix bug-reports URL diff --git a/sandwich-hedgehog/package.yaml b/sandwich-hedgehog/package.yaml index 003dc6d5..3931e9ad 100644 --- a/sandwich-hedgehog/package.yaml +++ b/sandwich-hedgehog/package.yaml @@ -1,5 +1,5 @@ name: sandwich-hedgehog -version: 0.1.3.0 +version: 0.1.3.1 github: "codedownio/sandwich" license: BSD3 author: "Tom McLaughlin" diff --git a/sandwich-hedgehog/sandwich-hedgehog.cabal b/sandwich-hedgehog/sandwich-hedgehog.cabal index 6da3311e..6c63f8e1 100644 --- a/sandwich-hedgehog/sandwich-hedgehog.cabal +++ b/sandwich-hedgehog/sandwich-hedgehog.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: sandwich-hedgehog -version: 0.1.3.0 +version: 0.1.3.1 synopsis: Sandwich integration with Hedgehog description: Please see the . category: Testing