We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36e6750 commit 5c6dc86Copy full SHA for 5c6dc86
CHANGES.txt
@@ -1,5 +1,9 @@
1
CHANGES
2
3
+1.0.0
4
+
5
+- No changes
6
7
0.4.0
8
9
- Added lazy functions in com.climate.claypoole.lazy
project.clj
@@ -12,7 +12,7 @@
12
;; and limitations under the License.
13
14
(defproject com.climate/claypoole
15
- "0.4.0-SNAPSHOT"
+ "1.0.0"
16
:description "Claypoole: Threadpool tools for Clojure."
17
:url "http://github.com/TheClimateCorporation/claypoole/"
18
:license {:name "Apache License Version 2.0"
0 commit comments