Skip to content

Commit 4b4f97c

Browse files
committed
Bump version and update changelog
1 parent 9950704 commit 4b4f97c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
# 0.3.1.1
4+
5+
- 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
6+
37
# 0.3.1.0
48

59
- Add `MonadFix` instance to `Task`

rock.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: rock
2-
version: 0.3.1.0
2+
version: 0.3.1.1
33
synopsis: A build system for incremental, parallel, and demand-driven computations
44
description: See <https://www.github.com/ollef/rock> for more
55
information and

0 commit comments

Comments
 (0)