From bc82ec82199f2405a7b0553919a7476a2e4f0604 Mon Sep 17 00:00:00 2001 From: Thomas Lefebvre Date: Tue, 23 Apr 2024 15:53:08 -0400 Subject: [PATCH] Post v0.8.2 update --- CHANGELOG.md | 4 ++++ intlc.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9de5640..2a63689 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This project adheres to semantic versioning. +## 0.8.1 (2024-04-23) + +Enable support for "✓" character + ## 0.8.1 (2023-02-20) Fixed flattening in the presence of callback tags. diff --git a/intlc.cabal b/intlc.cabal index 936f029..196e065 100644 --- a/intlc.cabal +++ b/intlc.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: intlc -version: 0.8.1 +version: 0.8.2 license: MIT build-type: Simple