Skip to content

Commit

Permalink
1.1.587
Browse files Browse the repository at this point in the history
  • Loading branch information
mfikes committed Apr 1, 2020
1 parent cd3f8f6 commit c7663b0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 23 deletions.
24 changes: 3 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ A fork of [core.async](https://github.com/clojure/core.async) ported for use wit
[Deps](https://clojure.org/guides/deps_and_cli) dependency information:

```clj
{andare {:mvn/version "1.0.0"}}
{andare {:mvn/version "1.1.587"}}
```

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

```clj
[andare "1.0.0"]
[andare "1.1.587"]
```

[Maven](http://maven.apache.org/) dependency information:
Expand All @@ -24,7 +24,7 @@ A fork of [core.async](https://github.com/clojure/core.async) ported for use wit
<dependency>
<groupId>andare</groupId>
<artifactId>andare</artifactId>
<version>1.0.0</version>
<version>1.1.587</version>
</dependency>
```

Expand All @@ -40,24 +40,6 @@ npm install andare

Andare preserves the namespaces present in `core.async`. Thus, bootstrap-compatible ClojureScript code that makes use of `core.async` can operate in self-hosted environments if you make the Andare artifact available for loading in lieu of the official `core.async` artifact.

## Compatibility

| Andare | `core.async` |
|:------:|:------------:|
| 1.0.0 | 1.1.582 |
| 0.12.0 | 0.6.532 |
| 0.11.0 | 0.4.500 |
| 0.10.0 | 0.4.490 |
| 0.9.0 | 0.4.474 |
| 0.8.0 | 0.3.465 |
| 0.7.0 | 0.3.443 |
| 0.6.0 | 0.3.442 |
| 0.5.0 | 0.3.426 |
| 0.4.0 | 0.2.395 |
| 0.3.0 | 0.2.391 |
| 0.2.0 | 0.2.374 |
| 0.1.0 | 0.2.374 |

## Testing

[![Build Status](https://travis-ci.org/mfikes/andare.svg?branch=master)](https://travis-ci.org/mfikes/andare)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "andare",
"version": "1.0.0",
"version": "1.1.587",
"description": "A fork of core.async ported for use with bootstrapped ClojureScript.",
"author": {
"name": "Mike Fikes",
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject andare "1.0.0"
(defproject andare "1.1.587"
:description "core.async for bootstrap ClojureScript"
:url "https://github.com/mfikes/andare"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit c7663b0

Please sign in to comment.