Skip to content

Commit

Permalink
Set version to 10.0.569
Browse files Browse the repository at this point in the history
  • Loading branch information
niwinz committed Dec 4, 2022
1 parent 03caa10 commit 7d44ef1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog #

## Version 10.0.xxx
## Version 10.0.569

- Add `promesa.exec.csp/mult*` alternative multiplexer constructor
more similar to the `clojure.core.async/mult` one
Expand Down
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@

A promise library & concurrency toolkit for Clojure and ClojureScript.

This library exposes a bunch of usefull syntactic abstractions that will considerably simplify to
work with promises (in a very similar way as you will do it in JS with async/await) and many helpers
from executors to concurrency patterns (bulkhead & CSP).
This library exposes a bunch of usefull syntactic abstractions that
will considerably simplify to work with promises (in a very similar
way as you will do it in JS with async/await) and many helpers from
executors to concurrency patterns (bulkhead & CSP). With 0 runtime
external dependencies.

Here you can look a detailed [documentation][1].

Expand All @@ -16,13 +18,13 @@ Here you can look a detailed [documentation][1].
deps.edn:

```clojure
funcool/promesa {:mvn/version "10.0.544"}
funcool/promesa {:mvn/version "10.0.569"}
```

Leiningen:

```clojure
[funcool/promesa "10.0.544"]
[funcool/promesa "10.0.569"]
```

## On the REPL
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>funcool</groupId>
<artifactId>promesa</artifactId>
<version>9.1</version>
<version>10.0</version>
<name>promesa</name>
<description>A promise library and concurency toolkit for Clojure and ClojureScript.</description>
<url>https://github.com/funcool/promesa</url>
Expand Down

0 comments on commit 7d44ef1

Please sign in to comment.