Skip to content

Commit 5666d13

Browse files
committed
Updated README for v0.7.0
1 parent dcf2323 commit 5666d13

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,26 +19,26 @@ core.unify provides a la carte unification facilities that are not deeply tied i
1919
Releases and Dependency Information
2020
========================================
2121

22-
Latest stable release: 0.6.0
22+
Latest stable release: 0.7.0
2323

2424
* [All Released Versions](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22core.unify%22)
2525
* [Development Snapshot Versions](https://oss.sonatype.org/index.html#nexus-search;gav~org.clojure~core.unify~~~)
2626

2727
[CLI/`deps.edn`](https://clojure.org/reference/deps_and_cli) dependency information:
2828
```clojure
29-
org.clojure/core.unify {:mvn/version "0.6.0"}
29+
org.clojure/core.unify {:mvn/version "0.7.0"}
3030
```
3131

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

34-
[org.clojure/core.unify "0.6.0"]
34+
[org.clojure/core.unify "0.7.0"]
3535

3636
[Maven](https://maven.apache.org/) dependency information:
3737

3838
<dependency>
3939
<groupId>org.clojure</groupId>
4040
<artifactId>core.unify</artifactId>
41-
<version>0.6.0</version>
41+
<version>0.7.0</version>
4242
</dependency>
4343

4444

@@ -70,7 +70,7 @@ Developer Information
7070
Change Log
7171
====================
7272

73-
* Release 0.7.0 in progress
73+
* Release 0.7.0 on 2024.11.06
7474
- Add ClojureScript support
7575
- Drop Clojure 1.6 and 1.7 support
7676
* Release 0.6.0 on 2024.02.19

0 commit comments

Comments
 (0)