From 53850b6b16e35cc5749a34b0817d37891261e5bb Mon Sep 17 00:00:00 2001 From: Sergey Vinokurov Date: Tue, 10 Dec 2024 23:29:41 +0000 Subject: [PATCH] Bump version --- Changelog.md | 6 ++++++ atomic-counter.cabal | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index f0d1cd5..3481fac 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +# 0.1.2.2 + +- Lower minimum supported GHC to 8.6 and base to 4.12 +- Improve generated documentation +- Faster `stg_newCounterzh` + # 0.1.2.1 - Disable cmm on 32 bit x86 architecture diff --git a/atomic-counter.cabal b/atomic-counter.cabal index d99e909..afbb86e 100644 --- a/atomic-counter.cabal +++ b/atomic-counter.cabal @@ -5,7 +5,7 @@ cabal-version: 3.0 name: atomic-counter version: - 0.1.2.1 + 0.1.2.2 synopsis: Mutable counters that can be modified with atomic operatinos