Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ollef committed Nov 16, 2021
1 parent 9950704 commit 4b4f97c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
2 changes: 1 addition & 1 deletion rock.cabal
Original file line number Diff line number Diff line change
@@ -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 <https://www.github.com/ollef/rock> for more
information and
Expand Down

0 comments on commit 4b4f97c

Please sign in to comment.