@@ -9,7 +9,7 @@ sequences for common combinatorial functions.
9
9
Releases and Dependency Information
10
10
========================================
11
11
12
- Latest stable release: 0.0.8
12
+ Latest stable release: 0.0.9
13
13
14
14
* [ All Released Versions] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22math.combinatorics%22 )
15
15
@@ -18,7 +18,7 @@ Latest stable release: 0.0.8
18
18
[ Leiningen] ( https://github.com/technomancy/leiningen ) dependency information:
19
19
20
20
``` clojure
21
- [org.clojure/math.combinatorics " 0.0.8 " ]
21
+ [org.clojure/math.combinatorics " 0.0.9 " ]
22
22
```
23
23
24
24
[ Maven] ( http://maven.apache.org/ ) dependency information:
@@ -27,7 +27,7 @@ Latest stable release: 0.0.8
27
27
<dependency >
28
28
<groupId >org.clojure</groupId >
29
29
<artifactId >math.combinatorics</artifactId >
30
- <version >0.0.8 </version >
30
+ <version >0.0.9 </version >
31
31
</dependency >
32
32
```
33
33
@@ -102,6 +102,9 @@ Developer Information
102
102
103
103
Changelog
104
104
========================================
105
+ * Release 0.0.9 on 2015-03-16
106
+ * Exclude "update" function from core for compatibility with 1.7.
107
+
105
108
* Release 0.0.8 on 2014-07-20
106
109
* Minor improvement of helper function used by permutations.
107
110
0 commit comments