File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ From 0.8.11 to 0.8.12
2+ ====
3+
4+ Fixes
5+ ----
6+ * Fixes LOGIC-184 warning from not excluding indexed?
7+ * Fixes docstring typo in and*
8+ * Infrastructure pom updates
9+
110From 0.8.10 to 0.8.11
211====
312
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ the ones provided.
1616Releases and dependency information
1717----
1818
19- Latest stable release: 0.8.11
19+ Latest stable release: 0.8.12
2020
2121* [ All released versions] ( http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22core.logic%22 )
2222* [ Development snapshot version] ( http://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~core.logic~~~ )
2323
2424[ Leiningen] ( http://github.com/technomancy/leiningen/ ) dependency information:
2525
2626```
27- [org.clojure/core.logic "0.8.11 "]
27+ [org.clojure/core.logic "0.8.12 "]
2828```
2929
3030[ Maven] ( http://maven.apache.org ) dependency information:
@@ -33,7 +33,7 @@ Latest stable release: 0.8.11
3333<dependency>
3434 <groupId>org.clojure</groupId>
3535 <artifactId>core.logic</artifactId>
36- <version>0.8.11 </version>
36+ <version>0.8.12 </version>
3737</dependency>
3838```
3939
You can’t perform that action at this time.
0 commit comments