diff --git a/CHANGELOG.md b/CHANGELOG.md index 2289f4a..46ad2b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG + - 0.2.2.1 (2024-09-30) + * Fix export of `Options`. + - 0.2.2.0 (2024-09-30) * Expose `Options`, `defaultOptions` and `mainWith` from `Goldplate` module so it's easy to call from Haskell test suites. diff --git a/goldplate.cabal b/goldplate.cabal index 7de9298..18f7351 100644 --- a/goldplate.cabal +++ b/goldplate.cabal @@ -1,5 +1,5 @@ Name: goldplate -Version: 0.2.2.0 +Version: 0.2.2.1 Synopsis: A lightweight golden test runner License: Apache-2.0 License-file: LICENSE diff --git a/src/Goldplate.hs b/src/Goldplate.hs index fb25fdb..ae69bbd 100644 --- a/src/Goldplate.hs +++ b/src/Goldplate.hs @@ -10,7 +10,7 @@ module Goldplate ( main - , Options + , Options (..) , defaultOptions , mainWith