From 0a4056f3f22ca5c3baa28fa1ec3d1d0d9b6802dd Mon Sep 17 00:00:00 2001 From: Peter Lebbing Date: Tue, 31 Jan 2023 12:02:37 +0100 Subject: [PATCH] Release 0.2 (#7) --- CHANGELOG.md | 2 +- prettyprinter-interp.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a63bbf3..dff4ec0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Revision history for prettyprinter-interp -## Unreleased +## 0.2.0.0 -- 2023-01-31 * `d__i'E` and `d__i'L` are renamed to `__di'E` and `__di'L` and the existing names are kept as deprecated aliases that will be removed in version 0.3. The diff --git a/prettyprinter-interp.cabal b/prettyprinter-interp.cabal index 5ba5533..7e00918 100644 --- a/prettyprinter-interp.cabal +++ b/prettyprinter-interp.cabal @@ -23,7 +23,7 @@ source-repository head source-repository this type: git location: https://github.com/DigitalBrains1/prettyprinter-interp - tag: v0.1.0.0 + tag: v0.2.0.0 library exposed-modules: Prettyprinter.Interpolate