From 0ce4438de022cfe8aed3c761127426bd5197c8bd Mon Sep 17 00:00:00 2001 From: Leon Barrett Date: Sun, 25 May 2014 10:23:03 -0700 Subject: [PATCH] Version bump --- CHANGES.txt | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index b91792c..52adf11 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -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 diff --git a/README.md b/README.md index b1ba62a..6fd6949 100644 --- a/README.md +++ b/README.md @@ -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?