Skip to content

Commit

Permalink
Version bump to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Leon Barrett committed Oct 30, 2014
1 parent aecf892 commit 50b3424
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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
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.3.2"]`.
dependency: `[com.climate/claypoole "0.3.3"]`.

## Why do you use claypoole?

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 50b3424

Please sign in to comment.