Skip to content

Commit c53b67a

Browse files
committed
update for release
1 parent eced3f3 commit c53b67a

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
From 0.8.10 to 0.8.11
211
====
312

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ the ones provided.
1616
Releases 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

0 commit comments

Comments
 (0)