From 4b4f97c60d23af43f45c2187fc71aed8b2618fac Mon Sep 17 00:00:00 2001 From: Olle Fredriksson Date: Tue, 16 Nov 2021 23:14:44 +0100 Subject: [PATCH] Bump version and update changelog --- CHANGELOG.md | 4 ++++ rock.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 313d491..6992831 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Unreleased +# 0.3.1.1 + +- Fix a concurrency bug in `memoiseWithCycleDetection`, where a race condition meant that it could sometimes throw a `Cyclic` exception when there weren't actually cycles + # 0.3.1.0 - Add `MonadFix` instance to `Task` diff --git a/rock.cabal b/rock.cabal index 30ee1ef..ccf8bc2 100644 --- a/rock.cabal +++ b/rock.cabal @@ -1,5 +1,5 @@ name: rock -version: 0.3.1.0 +version: 0.3.1.1 synopsis: A build system for incremental, parallel, and demand-driven computations description: See for more information and