diff --git a/CHANGES.txt b/CHANGES.txt index 57dab76..39fae8f 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,9 @@ CHANGES +0.3.3 + +- Fixed memory leak / overeager pushing of tasks into the queue + 0.3.2 - Fixed memory leak / holding of head of lazy sequences diff --git a/README.md b/README.md index 7dd1894..8d31b6b 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.2"]`. +dependency: `[com.climate/claypoole "0.3.3"]`. ## Why do you use claypoole? diff --git a/project.clj b/project.clj index 39aa6b9..477ff95 100644 --- a/project.clj +++ b/project.clj @@ -12,7 +12,7 @@ ;; and limitations under the License. (defproject com.climate/claypoole - "0.3.2-SNAPSHOT" + "0.3.3" :description "Claypoole: Threadpool tools for Clojure." :url "http://github.com/TheClimateCorporation/claypoole/" :license {:name "Apache License Version 2.0"