Skip to content

Commit f41b884

Browse files
committed
update for release
1 parent aecc18b commit f41b884

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
From 1.0.1 to 1.1.0
2+
====
3+
4+
* Update parent pom version
5+
16
From 1.0.0 to 1.0.1
27
====
38

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ is an original implementation of miniKanren as described in William
88
Byrd's dissertation
99
[Relational Programming in miniKanren: Techniques, Applications, and Implementations](https://www.proquest.com/docview/304903505/E30282E6EF13453CPQ/1)
1010
as well as the extensions described in
11-
[cKanren](http://www.schemeworkshop.org/2011/papers/Alvis2011.pdf) and
11+
[cKanren](https://www.schemeworkshop.org/2011/papers/Alvis2011.pdf) and
1212
[αKanren](http://webyrd.net/alphamk/alphamk.pdf). It
1313
is designed to be easily extended to forms of logic programming beyond
1414
the ones provided.
@@ -18,20 +18,20 @@ Releases and dependency information
1818

1919
This project follows the version scheme MAJOR.MINOR.PATCH where each component provides some relative indication of the size of the change, but does not follow semantic versioning. In general, all changes endeavor to be non-breaking (by moving to new names rather than by breaking existing names).
2020

21-
Latest stable release: 1.0.1
21+
Latest stable release: 1.1.0
2222

2323
* [All released versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22core.logic%22)
2424
* [Development snapshot version](https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~core.logic~~~)
2525

2626
[CLI/`deps.edn`](https://clojure.org/reference/deps_and_cli) dependency information:
2727
```clojure
28-
org.clojure/core.logic {:mvn/version "1.0.1"}
28+
org.clojure/core.logic {:mvn/version "1.1.0"}
2929
```
3030

3131
[Leiningen](https://github.com/technomancy/leiningen/) dependency information:
3232

3333
```
34-
[org.clojure/core.logic "1.0.1"]
34+
[org.clojure/core.logic "1.1.0"]
3535
```
3636

3737
[Maven](https://maven.apache.org) dependency information:
@@ -40,7 +40,7 @@ org.clojure/core.logic {:mvn/version "1.0.1"}
4040
<dependency>
4141
<groupId>org.clojure</groupId>
4242
<artifactId>core.logic</artifactId>
43-
<version>1.0.1</version>
43+
<version>1.1.0</version>
4444
</dependency>
4545
```
4646

@@ -118,6 +118,6 @@ Developer information
118118
Copyright and license
119119
----
120120

121-
Copyright © 2010-2023 David Nolen, Rich Hickey & contributors.
121+
Copyright © David Nolen, Rich Hickey & contributors.
122122

123123
Licensed under the EPL (see the file epl.html).

0 commit comments

Comments
 (0)