From b8936efd5de7fbbb026b955110598ab6db4b7539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakob=20Br=C3=BCnker?= <10101851+JakobBruenker@users.noreply.github.com> Date: Mon, 20 May 2024 19:35:47 +0200 Subject: [PATCH] Prepare release 0.2.2.1 --- CHANGELOG.md | 4 ++++ monadic-bang.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 936f226..d1976d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for monadic-bang +## 0.2.2.1 -- 2024-05-20 + +* Only run plugin on modules that contain bangs + ## 0.2.2.0 -- 2024-05-20 * Added support for GHC 9.10 diff --git a/monadic-bang.cabal b/monadic-bang.cabal index 58536b7..28efdbd 100644 --- a/monadic-bang.cabal +++ b/monadic-bang.cabal @@ -14,7 +14,7 @@ name: monadic-bang -- PVP summary: +-+------- breaking API changes -- | | +----- non-breaking API additions -- | | | +--- code changes with no API change -version: 0.2.2.0 +version: 0.2.2.1 -- A short (one-line) description of the package. synopsis: GHC plugin to desugar ! into do-notation