Skip to content

Commit

Permalink
Merge pull request #35 from solomon-b/version-bump-0.2.2.0
Browse files Browse the repository at this point in the history
Version bump 0.2.2.0
  • Loading branch information
solomon-b committed Jun 26, 2023
2 parents 56d6d0e + 658a9a3 commit beca8c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@

## Upcoming

## 0.2.2.0 -- 2023-06-26

* Adds `co-log` example.
* Switch to Ormolu formatting and a `Makefile` to manage local development.
* Remove Arrow terminology from haddocks.
* Adds missing `Star` and `Kleisli` instances.
* Adds `Divisible` and `Decidable` `Monoidal` instances.
* Adds `Unital` and `Monoidal` instances for `Divisible` and `Decidable`.

## 0.2.1.0 -- 2023-01-29

Expand Down
5 changes: 3 additions & 2 deletions monoidal-functors.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 3.4
cabal-version: 2.4
name: monoidal-functors
category: Control, Categories
version: 0.2.1.0
version: 0.2.2.0
license: MIT
license-file: LICENSE
author: Solomon Bothwell & Asad Saeeduddin
Expand Down Expand Up @@ -100,3 +100,4 @@ executable co-log
, distributive
, monoidal-functors
, mtl
default-language: Haskell2010

0 comments on commit beca8c7

Please sign in to comment.