Skip to content

Commit 68d2186

Browse files
committed
update for release
1 parent 46b76ac commit 68d2186

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,20 @@ A Clojure library providing facilities for async programming and communication.
77

88
This project follows the version scheme MAJOR.MINOR.COMMITS where MAJOR and MINOR provide some relative indication of the size of the change, but do not follow semantic versioning. In general, all changes endeavor to be non-breaking (by moving to new names rather than by breaking existing names). COMMITS is an ever-increasing counter of commits since the beginning of this repository.
99

10-
Latest release: 1.5.644
10+
Latest release: 1.5.648
1111

1212
* [All Released Versions](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.clojure%22%20AND%20a%3A%22core.async%22)
1313

1414
[deps.edn](https://clojure.org/reference/deps_and_cli) dependency information:
1515

1616
```clj
17-
org.clojure/core.async {:mvn/version "1.5.644"}
17+
org.clojure/core.async {:mvn/version "1.5.648"}
1818
```
1919

2020
[Leiningen](https://github.com/technomancy/leiningen) dependency information:
2121

2222
```clj
23-
[org.clojure/core.async "1.5.644"]
23+
[org.clojure/core.async "1.5.648"]
2424
```
2525

2626
[Maven](http://maven.apache.org/) dependency information:
@@ -29,7 +29,7 @@ Latest release: 1.5.644
2929
<dependency>
3030
<groupId>org.clojure</groupId>
3131
<artifactId>core.async</artifactId>
32-
<version>1.5.644</version>
32+
<version>1.5.648</version>
3333
</dependency>
3434
```
3535

@@ -57,13 +57,13 @@ To run the ClojureScript tests:
5757

5858
## License
5959

60-
Copyright © 2017-2020 Rich Hickey and contributors
60+
Copyright © 2017-2021 Rich Hickey and contributors
6161

6262
Distributed under the Eclipse Public License, the same as Clojure.
6363

6464
## Changelog
6565

66-
* Release 1.5.658 on 2021.12.14
66+
* Release 1.5.648 on 2021.12.14
6767
* Update dep for tools.analyzer.jvm to 1.2.2
6868
* Release 1.5.644 on 2021.12.06
6969
* Update dep for tools.analyzer.jvm to 1.2.1

0 commit comments

Comments
 (0)