Skip to content

Commit

Permalink
Release 0.6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ocharles committed Oct 10, 2022
1 parent 98ffbd9 commit 5968c24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion monoidal-containers.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5968c24

Please sign in to comment.