Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-barrett committed May 25, 2014
1 parent d162563 commit 0ce4438
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
CHANGES

0.2.2

- Made pmap behave like map does when a function throws an exception

0.2.1

- Made it work with java 1.6
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The claypoole library provides threadpool-based parallel versions of Clojure
functions such as `pmap`, `future`, and `for`.

Claypoole is available in the Clojars repository. Just use this leiningen
dependency: `[com.climate/claypoole "0.2.1"]`.
dependency: `[com.climate/claypoole "0.2.2"]`.

## Why do you use claypoole?

Expand Down

0 comments on commit 0ce4438

Please sign in to comment.