sydtest 0.12.0.0 → 0.12.0.1
raw patch · 2 files changed
+6/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−1
- sydtest.cabal +1/−1
CHANGELOG.md view
@@ -1,6 +1,10 @@ # Changelog -## [0.12.0.0] - Unreleased+## [0.12.0.1] - 2022-10-06++* Released the changelog with a date.++## [0.12.0.0] - 2022-10-06 ### Added
sydtest.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: sydtest-version: 0.12.0.0+version: 0.12.0.1 synopsis: A modern testing framework for Haskell with good defaults and advanced testing features. description: A modern testing framework for Haskell with good defaults and advanced testing features. Sydtest aims to make the common easy and the hard possible. See https://github.com/NorfairKing/sydtest#readme for more information. category: Testing