From c6da5af243cb689f0781748d995a51051f1a71ea Mon Sep 17 00:00:00 2001 From: L0neGamer Date: Fri, 7 Aug 2026 20:26:59 +0100 Subject: [PATCH] bump transformers version, add changelog for notable changes --- changelog.md | 6 ++++++ transformers.cabal | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index feef420..a81189b 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 0.7.0.0 +* [#103](https://github.com/haskell/transformers/issues/103) Deprecate `Data.Functor.Constant` +* [#114](https://github.com/haskell/transformers/issues/114) Raise supported GHC version floor +* [#106](https://github.com/haskell/transformers/issues/106) `MonadPlus` instances now only require `Alternative` +* [#121](https://github.com/haskell/transformers/issues/121) Add `ComposeT` to compose transformers together + ## 0.6.3.0 __Ross Paterson__ <R.Paterson@city.ac.uk> __Jan 2026__ * Add `Control.Monad.Trans.Except.onE` diff --git a/transformers.cabal b/transformers.cabal index 98ef6db..5d3cdf4 100644 --- a/transformers.cabal +++ b/transformers.cabal @@ -1,5 +1,5 @@ name: transformers -version: 0.6.3.0 +version: 0.7.0.0 license: BSD3 license-file: LICENSE author: Andy Gill, Ross Paterson