From 082ed39e850447549a7afe3fa7c08e72c58c6579 Mon Sep 17 00:00:00 2001 From: Sandy Maguire Date: Thu, 4 Jul 2019 22:05:51 -0400 Subject: [PATCH] Release polysemy-0.6.0.0 --- ChangeLog.md | 14 ++++++++++++++ package.yaml | 2 +- polysemy.cabal | 4 ++-- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 5c4a2ab..8a04d4e 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,19 @@ # Changelog for polysemy +## 0.6.0.0 (2019-07-04) + +### Breaking Changes + +- Changed the type of `runBatchOutput` to be more useful (thanks to @Infinisil) + +### Other Changes + +- **THE ERROR MESSAGES ARE SO MUCH BETTER** :party: :party: :party: +- Added `runEmbedded` to `Polysemy.IO` +- Added `runOutputAsList` to `Polysemy.Output` (thanks to @googleson78) +- Asymptotically improved the performance of `runTraceAsList` (thanks to + @googleson78) + ## 0.5.1.0 (2019-06-28) - New combinators for `Polysemy.Error`: `fromEither` and `fromEitherM` diff --git a/package.yaml b/package.yaml index a53e0b1..7e7f5cd 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: polysemy -version: 0.5.1.0 +version: 0.6.0.0 github: "isovector/polysemy" license: BSD3 author: "Sandy Maguire" diff --git a/polysemy.cabal b/polysemy.cabal index dc0b523..866cbec 100644 --- a/polysemy.cabal +++ b/polysemy.cabal @@ -4,10 +4,10 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: 43c0dbcf838e069641aed60c831928cae41286cc7ec30ca3db9077e9153a9cf4 +-- hash: fd80d4218e2d56a0c2af9f4bd89fc79c0ebce4fe968415430a6009ee91205586 name: polysemy -version: 0.5.1.0 +version: 0.6.0.0 synopsis: Higher-order, low-boilerplate, zero-cost free monads. description: Please see the README on GitHub at category: Language