From 5968c2448ae46855c2736dd9b97a5493886d1ce4 Mon Sep 17 00:00:00 2001 From: Ollie Charles Date: Mon, 10 Oct 2022 16:19:26 +0100 Subject: [PATCH] Release 0.6.3.0 --- Changelog.md | 6 +++++- monoidal-containers.cabal | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 0b27b24..7137491 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Monoidal containers +# 0.6.3.0 + + * [Bump upper bounds of aeson, base, and lens](https://github.com/bgamari/monoidal-containers/pull/92) + # 0.6.2.0 * [Remove cyclic definition of `!?`](https://github.com/bgamari/monoidal-containers/pull/88) @@ -17,7 +21,7 @@ `spanAntitone`, and `traverseMaybeWithKey` * Add instances of `Filterable` and `Witherable` from the `witherable` package * Add `Control.Lens.Wrapped.Rewrapped` instances. - + # 0.6.0.1 * Support semialign-1.1 diff --git a/monoidal-containers.cabal b/monoidal-containers.cabal index e6e86b1..34f9cc8 100644 --- a/monoidal-containers.cabal +++ b/monoidal-containers.cabal @@ -1,5 +1,5 @@ name: monoidal-containers -version: 0.6.2.0 +version: 0.6.3.0 synopsis: Containers with monoidal accumulation description: Containers with merging via monoidal accumulation. The 'Monoid' instances