Skip to content

Commit 7d44ef1

Browse files
committed
Set version to 10.0.569
1 parent 03caa10 commit 7d44ef1

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog #
22

3-
## Version 10.0.xxx
3+
## Version 10.0.569
44

55
- Add `promesa.exec.csp/mult*` alternative multiplexer constructor
66
more similar to the `clojure.core.async/mult` one

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44

55
A promise library & concurrency toolkit for Clojure and ClojureScript.
66

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

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

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

1820
```clojure
19-
funcool/promesa {:mvn/version "10.0.544"}
21+
funcool/promesa {:mvn/version "10.0.569"}
2022
```
2123

2224
Leiningen:
2325

2426
```clojure
25-
[funcool/promesa "10.0.544"]
27+
[funcool/promesa "10.0.569"]
2628
```
2729

2830
## On the REPL

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>funcool</groupId>
55
<artifactId>promesa</artifactId>
6-
<version>9.1</version>
6+
<version>10.0</version>
77
<name>promesa</name>
88
<description>A promise library and concurency toolkit for Clojure and ClojureScript.</description>
99
<url>https://github.com/funcool/promesa</url>

0 commit comments

Comments
 (0)