From df21fdfdb3dc17e261cd6279ca12ed6dbd926e50 Mon Sep 17 00:00:00 2001 From: Leon Barrett Date: Thu, 23 Oct 2014 11:32:43 -0700 Subject: [PATCH] Version bump to 0.3.2 --- CHANGES.txt | 4 ++++ README.md | 2 +- project.clj | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 7d0d8a9..57dab76 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,9 @@ CHANGES +0.3.2 + +- Fixed memory leak / holding of head of lazy sequences + 0.3.1 - Fixed handling of non-Exception Throwables diff --git a/README.md b/README.md index a6c4b89..7dd1894 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.3.1"]`. +dependency: `[com.climate/claypoole "0.3.2"]`. ## Why do you use claypoole? diff --git a/project.clj b/project.clj index dddf539..ed55a00 100644 --- a/project.clj +++ b/project.clj @@ -12,7 +12,7 @@ ;; and limitations under the License. (defproject com.climate/claypoole - "0.3.1-SNAPSHOT" + "0.3.2" :description "Claypoole: Threadpool tools for Clojure." :url "http://github.com/TheClimateCorporation/claypoole/" :license {:name "Apache License Version 2.0"