From 43fcf413a81d2f728da63081200397f500311b81 Mon Sep 17 00:00:00 2001 From: Melanie Brown Date: Mon, 13 May 2024 15:52:04 -0400 Subject: [PATCH] version bump + changelog --- ChangeLog.md | 4 ++++ shakespeare.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index c49c9bf..e384711 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # ChangeLog for shakespeare +### 2.1.1 + +* Add support for `TypeApplications` inside Shakespeare quasiquotes + ### 2.1.0 * Add `OverloadedRecordDot`-style record access in expressions diff --git a/shakespeare.cabal b/shakespeare.cabal index 6156971..0c3925f 100644 --- a/shakespeare.cabal +++ b/shakespeare.cabal @@ -1,5 +1,5 @@ name: shakespeare -version: 2.1.0 +version: 2.1.1 license: MIT license-file: LICENSE author: Michael Snoyman