Skip to content

Commit

Permalink
bump version to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Aug 8, 2024
1 parent 440927e commit b1502ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
* 0.6.3: 8 August 2024

- New instances (thanks to Clinton Mead):
- `Action (First a) a`
- `Action Void a`
- `Action m a => Action (Identity m) a`

* 0.6.2: 20 Dec 2022

- New class and newtypes in `Data.Monoid.Action` (thanks to Manuel Bärenz):
Expand Down
2 changes: 1 addition & 1 deletion monoid-extras.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: monoid-extras
version: 0.6.2
version: 0.6.3
synopsis: Various extra monoid-related definitions and utilities
description: Various extra monoid-related definitions and utilities,
such as monoid actions, monoid coproducts, semi-direct
Expand Down

0 comments on commit b1502ee

Please sign in to comment.