File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
CHANGES
2
2
3
+ 0.3.2
4
+
5
+ - Fixed memory leak / holding of head of lazy sequences
6
+
3
7
0.3.1
4
8
5
9
- Fixed handling of non-Exception Throwables
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ The claypoole library provides threadpool-based parallel versions of Clojure
4
4
functions such as ` pmap ` , ` future ` , and ` for ` .
5
5
6
6
Claypoole is available in the Clojars repository. Just use this leiningen
7
- dependency: ` [com.climate/claypoole "0.3.1 "] ` .
7
+ dependency: ` [com.climate/claypoole "0.3.2 "] ` .
8
8
9
9
## Why do you use claypoole?
10
10
Original file line number Diff line number Diff line change 12
12
; ; and limitations under the License.
13
13
14
14
(defproject com.climate /claypoole
15
- " 0.3.1-SNAPSHOT "
15
+ " 0.3.2 "
16
16
:description " Claypoole: Threadpool tools for Clojure."
17
17
:url " http://github.com/TheClimateCorporation/claypoole/"
18
18
:license {:name " Apache License Version 2.0"
You can’t perform that action at this time.
0 commit comments