Skip to content

Commit

Permalink
Prepare for 0.2.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobBruenker committed May 20, 2024
1 parent 33995cc commit 40c4610
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Revision history for monadic-bang

## 0.2.0.0 -- 2023-10-16
## 0.2.2.0 -- 2024-05-20

* Added support for GHC 9.10

## 0.2.1.0 -- 2023-10-16

* Added support for GHC 9.8
* Prefix internal modules with `Internal`
Expand All @@ -15,4 +19,4 @@

## 0.1.0.0 -- 2023-01-07

* First version. Released on an unsuspecting world.
* First version
2 changes: 1 addition & 1 deletion monadic-bang.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name: monadic-bang
-- PVP summary: +-+------- breaking API changes
-- | | +----- non-breaking API additions
-- | | | +--- code changes with no API change
version: 0.1.1.0
version: 0.2.2.0

-- A short (one-line) description of the package.
synopsis: GHC plugin to desugar ! into do-notation
Expand Down

0 comments on commit 40c4610

Please sign in to comment.