Skip to content

Commit 50b3424

Browse files
author
Leon Barrett
committed
Version bump to 0.3.3
1 parent aecf892 commit 50b3424

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
CHANGES
22

3+
0.3.3
4+
5+
- Fixed memory leak / overeager pushing of tasks into the queue
6+
37
0.3.2
48

59
- Fixed memory leak / holding of head of lazy sequences

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The claypoole library provides threadpool-based parallel versions of Clojure
44
functions such as `pmap`, `future`, and `for`.
55

66
Claypoole is available in the Clojars repository. Just use this leiningen
7-
dependency: `[com.climate/claypoole "0.3.2"]`.
7+
dependency: `[com.climate/claypoole "0.3.3"]`.
88

99
## Why do you use claypoole?
1010

project.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
;; and limitations under the License.
1313

1414
(defproject com.climate/claypoole
15-
"0.3.2-SNAPSHOT"
15+
"0.3.3"
1616
:description "Claypoole: Threadpool tools for Clojure."
1717
:url "http://github.com/TheClimateCorporation/claypoole/"
1818
:license {:name "Apache License Version 2.0"

0 commit comments

Comments
 (0)